Add debug info on exceptions

This commit is contained in:
Arinerron 2018-05-01 23:01:20 -07:00
parent f4ec71bbd0
commit 7b7c4e01cb
No known key found for this signature in database
GPG key ID: 99383627861C62F0
4 changed files with 36 additions and 22 deletions

View file

@ -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