Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into integration
This commit is contained in:
commit
458cf9070b
1
init.cpp
1
init.cpp
@ -210,6 +210,7 @@ bool AppInit2(int argc, char* argv[])
|
|||||||
|
|
||||||
fDebug = GetBoolArg("-debug");
|
fDebug = GetBoolArg("-debug");
|
||||||
|
|
||||||
|
fPrintToConsole = GetBoolArg("-printtoconsole");
|
||||||
fPrintToDebugger = GetBoolArg("-printtodebugger");
|
fPrintToDebugger = GetBoolArg("-printtodebugger");
|
||||||
|
|
||||||
fTestNet = GetBoolArg("-testnet");
|
fTestNet = GetBoolArg("-testnet");
|
||||||
|
Loading…
Reference in New Issue
Block a user