do not save here; redundant

This commit is contained in:
thomasv 2011-12-20 16:28:21 +01:00
parent fc2b6b0328
commit 37de9d377d
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ class Wallet:
print address
self.history[address] = h = self.retrieve_history(address)
self.status[address] = h[-1]['blk_hash'] if h else None
self.save()
return address