mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
fix prev: txns might be added in any order
This commit is contained in:
parent
17512f7f47
commit
92c45ac29a
1 changed files with 1 additions and 0 deletions
|
@ -900,6 +900,7 @@ class Abstract_Wallet(PrintError):
|
||||||
if dd.get(addr) is None:
|
if dd.get(addr) is None:
|
||||||
dd[addr] = []
|
dd[addr] = []
|
||||||
dd[addr].append((ser, v))
|
dd[addr].append((ser, v))
|
||||||
|
self._add_tx_to_local_history(next_tx)
|
||||||
# add to local history
|
# add to local history
|
||||||
self._add_tx_to_local_history(tx_hash)
|
self._add_tx_to_local_history(tx_hash)
|
||||||
# save
|
# save
|
||||||
|
|
Loading…
Add table
Reference in a new issue