potentially start using mapargs.
This commit is contained in:
parent
5894fb3972
commit
b7bcedae94
@ -629,6 +629,10 @@ start_node_thread(void) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// mapArgs["-datadir"] = g_data_dir;
|
||||||
|
// mapArgs["-server"] = g_rpc ? "1" : "0";
|
||||||
|
// mapArgs["-testnet"] = g_testnet ? "1" : "0";
|
||||||
|
|
||||||
if (!SelectParamsFromCommandLine()) {
|
if (!SelectParamsFromCommandLine()) {
|
||||||
fprintf(stderr, "Error: Invalid combination of -regtest and -testnet.\n");
|
fprintf(stderr, "Error: Invalid combination of -regtest and -testnet.\n");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user