mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
minor bugfix
This commit is contained in:
parent
b2c23f9ac8
commit
0f661aa3a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue