mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
45d372f Missed one "return false" in recent refactoring in #9067 (UdjinM6)
This commit is contained in:
commit
537e0cb252
@ -48,7 +48,7 @@ static int AppInitRawTx(int argc, char* argv[])
|
||||
SelectParams(ChainNameFromCommandLine());
|
||||
} catch (const std::exception& e) {
|
||||
fprintf(stderr, "Error: %s\n", e.what());
|
||||
return false;
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
fCreateBlank = GetBoolArg("-create", false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user