This commit is contained in:
ThomasV 2015-07-22 08:23:13 +02:00
parent 878e3f80ad
commit 074872afbc
1 changed files with 1 additions and 1 deletions

View File

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