mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Fix KeyErrror typo
This commit is contained in:
parent
47ae32a900
commit
fc141cba28
1 changed files with 1 additions and 1 deletions
|
@ -772,7 +772,7 @@ class Abstract_Wallet(PrintError):
|
|||
try:
|
||||
self.txi.pop(tx_hash)
|
||||
self.txo.pop(tx_hash)
|
||||
except KeyErrror:
|
||||
except KeyError:
|
||||
self.print_error("tx was not in history", tx_hash)
|
||||
|
||||
def receive_tx_callback(self, tx_hash, tx, tx_height):
|
||||
|
|
Loading…
Add table
Reference in a new issue