mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-10 05:52:09 +00:00
Missed one "return false" in recent refactoring in #9067
Github-Pull: #9120 Rebased-From: 45d372f88900bda74835a20a44246746c2ac94e6
This commit is contained in:
parent
f27596a7ec
commit
08d1c90113
@ -48,7 +48,7 @@ static int AppInitRawTx(int argc, char* argv[])
|
|||||||
SelectParams(ChainNameFromCommandLine());
|
SelectParams(ChainNameFromCommandLine());
|
||||||
} catch (const std::exception& e) {
|
} catch (const std::exception& e) {
|
||||||
fprintf(stderr, "Error: %s\n", e.what());
|
fprintf(stderr, "Error: %s\n", e.what());
|
||||||
return false;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
fCreateBlank = GetBoolArg("-create", false);
|
fCreateBlank = GetBoolArg("-create", false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user