From 0f661aa3a137f925e6f436c56c38711b1de6d17d Mon Sep 17 00:00:00 2001 From: ecdsa Date: Thu, 2 May 2013 10:56:28 +0200 Subject: [PATCH] minor bugfix --- lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet.py b/lib/wallet.py index 5aae18faa..8ccd67afa 100644 --- 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: