mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
verifier: fix typo
This commit is contained in:
parent
cf5d3e956b
commit
cb4d3a78b4
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class SPV(util.DaemonThread):
|
|||
|
||||
|
||||
def undo_verifications(self, height):
|
||||
tx_hashes = selt.wallet.undo_verifications(height)
|
||||
tx_hashes = self.wallet.undo_verifications(height)
|
||||
for tx_hash in tx_hashes:
|
||||
self.print_error("redoing", tx_hash)
|
||||
self.merkle_roots.pop(tx_hash, None)
|
||||
|
|
Loading…
Add table
Reference in a new issue