Unverified Commit 1c1c6383 authored by Oleh's avatar Oleh

SKALE-3334 fix build

parent 8bb6847a
...@@ -605,7 +605,7 @@ Json::Value SGXWalletServer::complaintResponseImpl(const string &_polyName, int ...@@ -605,7 +605,7 @@ Json::Value SGXWalletServer::complaintResponseImpl(const string &_polyName, int
shared_ptr <string> encrPoly = readFromDb(_polyName); shared_ptr <string> encrPoly = readFromDb(_polyName);
verificationVectorMult = getVerificationVectorMult(encrPoly->c_str(), _t, _n, ind); verificationVectorMult = getVerificationVectorMult(encrPoly->c_str(), _t, _n, _ind);
for (int i = 0; i < _t; i++) { for (int i = 0; i < _t; i++) {
vector <string> currentCoef = verifVector.at(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