tfix #676 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 09a2254739978f9dce51adf404217c6770cd631e DIR parent 0536f256cf9598c50897db9cc79f10c553dff26c HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 4 May 2014 10:22:35 +0200 fix #676 Diffstat: M lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/wallet.py b/lib/wallet.py t@@ -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)