|
|
|
@ -630,7 +630,6 @@ bool AppInit2(boost::thread_group& threadGroup)
@@ -630,7 +630,6 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|
|
|
|
fPrintToConsole = GetBoolArg("-printtoconsole", false); |
|
|
|
|
fLogTimestamps = GetBoolArg("-logtimestamps", true); |
|
|
|
|
fLogIPs = GetBoolArg("-logips", false); |
|
|
|
|
setvbuf(stdout, NULL, _IOLBF, 0); |
|
|
|
|
#ifdef ENABLE_WALLET |
|
|
|
|
bool fDisableWallet = GetBoolArg("-disablewallet", false); |
|
|
|
|
#endif |
|
|
|
|