Fixing BLS

parent 9d54ba56
......@@ -170,8 +170,7 @@ std::shared_ptr<BLSSigShare> BLSPrivateKeyShareSGX::signWithHelperSGX(
if (errStatus != 0) {
gmp_printf("Enclave bls_sign_message failed %d %s \n", errStatus, errMsg);
BOOST_THROW_EXCEPTION(runtime_error("Enclave bls_sign_message failed"));
BOOST_THROW_EXCEPTION(runtime_error("Enclave bls_sign_message failed:" + to_string(errStatus) + ":" + errMsg ));
return nullptr;
}
......
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