Revert to exit
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user