tfix #1359 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 074872afbc5b33ee837c1be2dde577e4583890f6
DIR parent 878e3f80ad859a66f5a4569fb88dd35c4b50ab64
HTML Author: ThomasV <thomasv@gitorious>
Date: Wed, 22 Jul 2015 08:23:13 +0200
fix #1359
Diffstat:
M scripts/authenticator.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/scripts/authenticator.py b/scripts/authenticator.py
t@@ -198,7 +198,7 @@ class Authenticator:
exit()
if not Wallet.is_seed(seed):
exit()
- wallet = Wallet.from_seed(seed, storage)
+ wallet = Wallet.from_seed(seed, password, storage)
else:
exit()