mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 04:37:19 +02:00
debug info
This commit is contained in:
@@ -40,6 +40,7 @@ def test(words):
|
|||||||
|
|
||||||
mnemo = Mnemonic("english")
|
mnemo = Mnemonic("english")
|
||||||
seed = mnemo.to_seed(words, passphrase="")
|
seed = mnemo.to_seed(words, passphrase="")
|
||||||
|
print(vars(seed))
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
if sys.argv[1] == "generate":
|
if sys.argv[1] == "generate":
|
||||||
|
Reference in New Issue
Block a user