Add debug info on exceptions
This commit is contained in:
parent
f4ec71bbd0
commit
7b7c4e01cb
4 changed files with 36 additions and 22 deletions
|
@ -155,7 +155,7 @@ class Core:
|
|||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
|
||||
def removeBlock(self, block):
|
||||
'''
|
||||
remove a block from this node
|
||||
|
@ -590,7 +590,7 @@ class Core:
|
|||
conn.commit()
|
||||
conn.close()
|
||||
return
|
||||
|
||||
|
||||
def updateBlockInfo(self, hash, key, data):
|
||||
'''
|
||||
sets info associated with a block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue