StartShutdown(); instead of exit()

This commit is contained in:
jl777
2019-04-14 02:15:56 -11:00
parent a0136724b0
commit aec1884070
5 changed files with 21 additions and 16 deletions

View File

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