1
0
This commit is contained in:
thomasv
2012-03-20 15:30:36 +01:00
parent 045b69f359
commit 5941dc3a66
3 changed files with 6 additions and 4 deletions

View File

@@ -706,7 +706,7 @@ class Wallet:
self.interface.get_history(addr)
def receive_history_callback(self, addr, data):
#print "updating history for", addr, repr(data)
#print "updating history for", addr
self.history[addr] = data
self.synchronize()
self.update_tx_history()