commit 37de9d377d1fc035895cb30c3b62b52ae319b475 parent fc2b6b032894e0cab99045e1886ae7b1b85e46e6 Author: thomasv <thomasv@gitorious> Date: Tue, 20 Dec 2011 16:28:21 +0100 do not save here; redundant Diffstat:
M | client/electrum.py | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/client/electrum.py b/client/electrum.py @@ -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