minor bugfix
authorecdsa <ecdsa@github>
Thu, 2 May 2013 08:56:28 +0000 (10:56 +0200)
committerecdsa <ecdsa@github>
Thu, 2 May 2013 08:56:28 +0000 (10:56 +0200)
lib/wallet.py

index 5aae18f..8ccd67a 100644 (file)
@@ -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: