fix #676
authorThomasV <thomasv@gitorious>
Sun, 4 May 2014 08:22:35 +0000 (10:22 +0200)
committerThomasV <thomasv@gitorious>
Sun, 4 May 2014 08:22:35 +0000 (10:22 +0200)
lib/wallet.py

index 6fb09d9..9983dc5 100644 (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)