mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
wallet: fix clear_history
This commit is contained in:
parent
ad03c1e3cb
commit
772199a766
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ class AddressSynchronizer(Logger):
|
|||
with self.lock:
|
||||
with self.transaction_lock:
|
||||
self.db.clear_history()
|
||||
self._history_local.clear()
|
||||
|
||||
def get_txpos(self, tx_hash):
|
||||
"""Returns (height, txpos) tuple, even if the tx is unverified."""
|
||||
|
|
Loading…
Add table
Reference in a new issue