mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
Merge #7989: bitcoin-cli.cpp: Use symbolic constant for exit code
9a8a7d0
bitcoin-cli.cpp: Use symbolic constant for exit code (Puru)
This commit is contained in:
commit
da46f9fd66
@ -314,7 +314,7 @@ int main(int argc, char* argv[])
|
||||
SetupEnvironment();
|
||||
if (!SetupNetworking()) {
|
||||
fprintf(stderr, "Error: Initializing networking failed\n");
|
||||
exit(1);
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user