Unverified Commit d50be3eb authored by kladko's avatar kladko

SKALE-2678-BLS-test-vectors

parent 5618f4f2
......@@ -180,7 +180,9 @@ int main(int argc, char *argv[]) {
initAll(enclaveLogLevel, checkClientCertOption, autoSignClientCertOption);
if (generateTestKeys) {
ifstream is("sgx_data/4node.json");
if (generateTestKeys && !is.good()) {
cerr << "Generating test keys ..." << endl;
......@@ -197,6 +199,7 @@ int main(int argc, char *argv[]) {
SGXWallet::serializeKeys(ecdsaKeyNames, blsKeyNames, "sgx_data/4node.json");
schainID = 2;
dkgID = 2;
......
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