Unverified Commit bae4d97d authored by Oleh's avatar Oleh

SKALE-3334 fix build

parent a4e82cef
......@@ -388,7 +388,7 @@ Json::Value SGXWalletServer::getVerificationVectorImpl(const string &_polyName,
shared_ptr <string> encrPoly = readFromDb(_polyName);
verifVector = get_verif_vect(encrPoly.get().c_str(), _t, _n);
verifVector = get_verif_vect((encrPoly.get()).c_str(), _t, _n);
for (int i = 0; i < _t; i++) {
vector <string> currentCoef = verifVector.at(i);
......
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