Browse Source

minor bugfix

283
ecdsa 12 years ago
parent
commit
0f661aa3a1
  1. 2
      lib/wallet.py

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

Loading…
Cancel
Save