Unverified Commit 9d288bf0 authored by Oleh's avatar Oleh

SKALE-3334 fix build

parent 2d00a928
......@@ -154,7 +154,7 @@ string gen_dkg_poly(int _t) {
vector <vector<string>> get_verif_vect(const string& encryptedPolyHex, int t, int n) {
auto encryptedPolyHexPtr = encryptedPolyHex.c_str()
auto encryptedPolyHexPtr = encryptedPolyHex.c_str();
CHECK_STATE(encryptedPolyHexPtr);
......
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