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