commit 0f661aa3a137f925e6f436c56c38711b1de6d17d
parent b2c23f9ac8154367dc1a79cffe38817e3359150a
Author: ecdsa <ecdsa@github>
Date: Thu, 2 May 2013 10:56:28 +0200
minor bugfix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/wallet.py b/lib/wallet.py
@@ -694,7 +694,7 @@ class Wallet:
with self.lock:
self.history[addr] = hist
- self.config.set_key('addr_history', history, True)
+ self.config.set_key('addr_history', self.history, True)
if hist != ['*']:
for tx_hash, tx_height in hist: