From 3134a6f7a37f6955dede5ade7a85f671f38a80e1 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Fri, 28 Jul 2023 16:31:54 -0500 Subject: [PATCH] Update cli.cpp Attempt to fix "duplicate keys" issue --- src/cli.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli.cpp b/src/cli.cpp index 9289abf..5b73ca9 100644 --- a/src/cli.cpp +++ b/src/cli.cpp @@ -433,7 +433,6 @@ int CLI::BINK2002Generate() { } PIDGEN3::BINK2002::Generate(this->eCurve, this->genPoint, this->genOrder, this->privateKey, pChannelID, pAuthInfo, false, this->pKey); - CLI::printKey(this->pKey); fmt::print("\n"); bool isValid = PIDGEN3::BINK2002::Verify(this->eCurve, this->genPoint, this->pubPoint, this->pKey);