SomberNight
4 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
0 deletions
-
electrum/address_synchronizer.py
|
|
@ -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.""" |
|
|
|