mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
removed exception print
This commit is contained in:
parent
4326c863ac
commit
6c75a5bb6d
@ -466,8 +466,7 @@ class Bigchain(object):
|
|||||||
try:
|
try:
|
||||||
self.validate_block(block)
|
self.validate_block(block)
|
||||||
return True
|
return True
|
||||||
except Exception as e:
|
except Exception:
|
||||||
print(e)
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def write_block(self, block, durability='soft'):
|
def write_block(self, block, durability='soft'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user