0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-10 10:52:31 -05:00

Print success

This commit is contained in:
Pieter Wuille 2015-08-28 02:29:08 +02:00
parent a7b046e554
commit c996d53ab1

View file

@ -2528,5 +2528,7 @@ int main(int argc, char **argv) {
/* shutdown */
secp256k1_context_destroy(ctx);
printf("no problems found\n");
return 0;
}