tdo not save here; redundant - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 37de9d377d1fc035895cb30c3b62b52ae319b475
DIR parent fc2b6b032894e0cab99045e1886ae7b1b85e46e6
HTML 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(-)
---
DIR diff --git a/client/electrum.py b/client/electrum.py
t@@ -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