mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
InvalidPassword undefined in wallet.py
This commit is contained in:
parent
deb945d810
commit
6bb7558f75
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ import sys
|
|||
from .i18n import _
|
||||
from .util import (NotEnoughFunds, PrintError, UserCancelled, profiler,
|
||||
format_satoshis, format_fee_satoshis, NoDynamicFeeEstimates,
|
||||
TimeoutException, WalletFileException, BitcoinException)
|
||||
TimeoutException, WalletFileException, BitcoinException,
|
||||
InvalidPassword)
|
||||
|
||||
from .bitcoin import *
|
||||
from .version import *
|
||||
|
|
Loading…
Add table
Reference in a new issue