minor bugfix

This commit is contained in:
ecdsa 2013-05-02 10:56:28 +02:00
parent b2c23f9ac8
commit 0f661aa3a1
1 changed files with 1 additions and 1 deletions

View 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: