zen/tools/key_create_dunikey.py

This commit is contained in:
qo-op 2020-05-12 02:21:10 +02:00
parent 4f32aed390
commit 86b61ca40a
1 changed files with 0 additions and 1 deletions

View File

@ -23,6 +23,5 @@ path = "/tmp/secret.dunikey"
key = SigningKey.from_credentials(argv[1], argv[2], None)
key.save_pubsec_file(path)
print(
"G1 Wallet: ",
key.pubkey,
)