cleanup start_node_thread.

This commit is contained in:
Christopher Jeffrey 2014-12-04 10:39:52 -08:00
parent d265cdbd3f
commit 42b15dd24d
1 changed files with 0 additions and 7 deletions

View File

@ -822,19 +822,12 @@ 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,
"bitcoind.js: Invalid combination of -regtest and -testnet.\n");
return;
}
// XXX Potentially add an option for this.
// This is probably a good idea if people try to start bitcoind while
// running a program which links to libbitcoind.so, but disable it for now.
CreatePidFile(GetPidFile(), getpid());
detectShutdownThread = new boost::thread(