mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
bitcoin-cli.cpp: Use symbolic constant for exit code
This commit is contained in:
parent
03cf6e8675
commit
9a8a7d0115
@ -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