Browse Source

InvalidPassword undefined in wallet.py

3.2.x
SomberNight 6 years ago
parent
commit
6bb7558f75
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 3
      lib/wallet.py

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

Loading…
Cancel
Save