try check

This commit is contained in:
rootzoll 2021-07-17 02:17:21 +02:00
parent 343b1e7981
commit 660592eae8

View File

@ -43,8 +43,9 @@ def generate():
def test(words):
mnemo = Mnemonic("english")
seed = mnemo.to_seed(words, passphrase="")
dump(seed)
iscorrect = mnemo.check(words)
dump(iscorrect)
print(iscorrect)
def main():
if sys.argv[1] == "generate":