Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Feb 22, 2024
1 parent 58f555f commit 8c30422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ void TestUtils::doDKGV2(StubClient &c, int n, int t,
}

auto allPubKeysJson = c.calculateAllBLSPublicKeys(publicSharesJson, t, n);
std::vector<BLSPublicKeyShare> allPubKeysFromServer(n);
std::vector<std::shared_ptr< BLSPublicKeyShare> > allPubKeysFromServer(n);
for (int i = 0; i < n; i++) {
vector<string> pubKeyVect;
for (uint8_t j = 0; j < 4; j++) {
Expand Down

0 comments on commit 8c30422

Please sign in to comment.