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:
|
||||
self.validate_block(block)
|
||||
return True
|
||||
except Exception as e:
|
||||
print(e)
|
||||
except Exception:
|
||||
return False
|
||||
|
||||
def write_block(self, block, durability='soft'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user