Skip to content

Commit

Permalink
Merge pull request #111 from skalenetwork/SKALE-2678
Browse files Browse the repository at this point in the history
SKALE-2678-BLS-test-vectors
  • Loading branch information
kladkogex authored Jun 20, 2020
2 parents 5618f4f + d50be3e commit a91b51f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sgxwall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -197,6 +199,7 @@ int main(int argc, char *argv[]) {

SGXWallet::serializeKeys(ecdsaKeyNames, blsKeyNames, "sgx_data/4node.json");


schainID = 2;
dkgID = 2;

Expand Down

0 comments on commit a91b51f

Please sign in to comment.