This commit is contained in:
ThomasV 2014-05-04 10:22:35 +02:00
parent 0536f256cf
commit 09a2254739
1 changed files with 1 additions and 1 deletions

View File

@ -1670,7 +1670,7 @@ class OldWallet(Deterministic_Wallet):
out = []
if address in self.imported_keys.keys():
self.check_password()
self.check_password(password)
out.append( pw_decode( self.imported_keys[address], password ) )
else:
seed = self.get_seed(password)