URI: 
       tminor bugfix - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0f661aa3a137f925e6f436c56c38711b1de6d17d
   DIR parent b2c23f9ac8154367dc1a79cffe38817e3359150a
  HTML Author: ecdsa <ecdsa@github>
       Date:   Thu,  2 May 2013 10:56:28 +0200
       
       minor bugfix
       
       Diffstat:
         M lib/wallet.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -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: