debug info

This commit is contained in:
rootzoll 2021-07-17 02:11:15 +02:00
parent f022969217
commit 67c41be9ae

View File

@ -40,6 +40,7 @@ def test(words):
mnemo = Mnemonic("english")
seed = mnemo.to_seed(words, passphrase="")
print(vars(seed))
def main():
if sys.argv[1] == "generate":