Update cli.cpp

Attempt to fix "duplicate keys" issue
This commit is contained in:
TheTank20 2023-07-28 16:31:54 -05:00 committed by GitHub
parent b75d08b3be
commit 3134a6f7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);