mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
wallet.clear_history: clear txns and verified txns too
This commit is contained in:
parent
945ba8decf
commit
63e402c2d7
1 changed files with 2 additions and 0 deletions
|
@ -271,6 +271,8 @@ class Abstract_Wallet(PrintError):
|
|||
self.pruned_txo = {}
|
||||
self.spent_outpoints = {}
|
||||
self.history = {}
|
||||
self.verified_tx = {}
|
||||
self.transactions = {}
|
||||
self.save_transactions()
|
||||
|
||||
@profiler
|
||||
|
|
Loading…
Add table
Reference in a new issue