Browse Source

sanity check history

283
ThomasV 10 years ago
parent
commit
2d84deeaad
  1. 6
      lib/wallet.py

6
lib/wallet.py

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

Loading…
Cancel
Save