SKALE-4262 check key ownership false by default

parent 41d00a8f
......@@ -101,7 +101,7 @@ int main(int argc, char *argv[]) {
bool checkClientCertOption = true;
bool autoSignClientCertOption = false;
bool generateTestKeys = false;
bool checkKeyOwnership = true;
bool checkKeyOwnership = false;
std::signal(SIGABRT, SGXWallet::signalHandler);
......
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