Unverified Commit acc829f0 authored by kladko's avatar kladko

SKALE-1880-fix-ecdsa

parent 228cb221
......@@ -129,13 +129,6 @@ std::string getECDSAPubKey(const char *_encryptedKeyHex) {
}
string pubKey = string(pubKeyX.data()) + string(pubKeyY.data());//concatPubKeyWith0x(pub_key_x, pub_key_y);//
spdlog::debug("enc_len is {}", enc_len);
spdlog::debug("pubkey is {}", pubKey);
spdlog::debug("pubkey length is {}", pubKey.length());
spdlog::debug("err str is {}", errMsg.data());
spdlog::debug("err status is {}", errStatus);
return pubKey;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment