1
0
This commit is contained in:
ThomasV
2013-10-26 11:54:11 +02:00
parent 07bdd6c494
commit 31aaae8ed2
11 changed files with 111 additions and 57 deletions

View File

@@ -262,7 +262,7 @@ if __name__ == '__main__':
exit(1)
# check password
try:
seed = wallet.decode_seed(password)
seed = wallet.get_seed(password)
except:
print_msg("Error: This password does not decode this wallet.")
exit(1)