1
0

InvalidPassword undefined in wallet.py

This commit is contained in:
SomberNight
2018-05-30 13:14:01 +02:00
parent deb945d810
commit 6bb7558f75

View File

@@ -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 *