From 074872afbc5b33ee837c1be2dde577e4583890f6 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 22 Jul 2015 08:23:13 +0200 Subject: [PATCH] fix #1359 --- scripts/authenticator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/authenticator.py b/scripts/authenticator.py index cc5f9d50..9eed5dd7 100644 --- a/scripts/authenticator.py +++ b/scripts/authenticator.py @@ -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()