electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 09a2254739978f9dce51adf404217c6770cd631e
parent 0536f256cf9598c50897db9cc79f10c553dff26c
Author: ThomasV <thomasv@gitorious>
Date:   Sun,  4 May 2014 10:22:35 +0200

fix #676

Diffstat:
Mlib/wallet.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/wallet.py b/lib/wallet.py @@ -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)