commit 6bb7558f7546433c8b978270ccb984195b1c62be
parent deb945d81012d824ce2abf98f06f3e6ba8f696f8
Author: SomberNight <somber.night@protonmail.com>
Date: Wed, 30 May 2018 13:14:01 +0200
InvalidPassword undefined in wallet.py
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/wallet.py b/lib/wallet.py
@@ -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 *