Revert to exit

This commit is contained in:
jl777
2019-04-14 02:45:06 -11:00
parent 9d208da4b6
commit edfaea0c64

View File

@@ -68,7 +68,7 @@ void lockSign() {
} }
if (!secp256k1_context_randomize(ec_ctx_sign, ent)) { if (!secp256k1_context_randomize(ec_ctx_sign, ent)) {
fprintf(stderr, "Could not randomize secp256k1 context\n"); fprintf(stderr, "Could not randomize secp256k1 context\n");
StartShutdown(); exit(-1);
} }
} }