sanity check history

This commit is contained in:
ThomasV 2015-03-30 14:01:07 +02:00
parent ec11e58add
commit 2d84deeaad
1 changed files with 6 additions and 0 deletions

View File

@ -761,6 +761,12 @@ class Abstract_Wallet(object):
else:
balance = None
assert balance in [None, 0]
#if balance not in [None, 0]:
# print_error("history error")
# self.clear_history()
# self.update()
return h2