1
0

fix wallet.clear_history()

it would result in "wallet.get_history() failed balance sanity-check"

maybe related: https://github.com/spesmilo/electrum/issues/6792
This commit is contained in:
SomberNight
2021-03-04 14:25:41 +01:00
parent 5a2a724cb9
commit 859f8ccf8e

View File

@@ -458,6 +458,7 @@ class AddressSynchronizer(Logger):
with self.transaction_lock:
self.db.clear_history()
self._history_local.clear()
self._get_addr_balance_cache = {} # invalidate cache
def get_txpos(self, tx_hash):
"""Returns (height, txpos) tuple, even if the tx is unverified."""