potentially start using mapargs.

This commit is contained in:
Christopher Jeffrey 2014-10-20 11:51:44 -07:00
parent 5894fb3972
commit b7bcedae94
1 changed files with 4 additions and 0 deletions

View File

@ -629,6 +629,10 @@ start_node_thread(void) {
return;
}
// mapArgs["-datadir"] = g_data_dir;
// mapArgs["-server"] = g_rpc ? "1" : "0";
// mapArgs["-testnet"] = g_testnet ? "1" : "0";
if (!SelectParamsFromCommandLine()) {
fprintf(stderr, "Error: Invalid combination of -regtest and -testnet.\n");
return;