InvalidPassword undefined in wallet.py

This commit is contained in:
SomberNight 2018-05-30 13:14:01 +02:00
parent deb945d810
commit 6bb7558f75
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

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 *