diff --git a/zen/tools/key_create_dunikey.py b/zen/tools/key_create_dunikey.py index 32720c8..de0673b 100755 --- a/zen/tools/key_create_dunikey.py +++ b/zen/tools/key_create_dunikey.py @@ -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, )