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()