Skip to content

Commit 6502d7b

Browse files
authored
Merge pull request #135 from skalenetwork/SKALE-3067-remove-use-check
Skale 3067 remove use check
2 parents 3b94e9d + 17e0112 commit 6502d7b

File tree

6 files changed

+795
-489
lines changed

6 files changed

+795
-489
lines changed

DKGCrypto.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ string trustedGetSecretShares(const string &_polyName, const char *_encryptedPol
166166
throw SGXException(INVALID_HEX, "Invalid encryptedPolyHex");
167167
}
168168

169-
status = trustedSetEncryptedDkgPolyAES(eid, &errStatus, errMsg1.data(), encrDKGPoly.data(), &encLen);
169+
status = trustedSetEncryptedDkgPolyAES(eid, &errStatus, errMsg1.data(), encrDKGPoly.data(), encLen);
170170

171171
if (status != SGX_SUCCESS || errStatus != 0) {
172172
throw SGXException(-666, errMsg1.data());

0 commit comments

Comments
 (0)