|
|
@ -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); |
|
|
|