From 86b61ca40ad375c09ffc7487f24d7caa7ca53c8e Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 12 May 2020 02:21:10 +0200 Subject: [PATCH] zen/tools/key_create_dunikey.py --- zen/tools/key_create_dunikey.py | 1 - 1 file changed, 1 deletion(-) 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, )