Browse Source

Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into integration

0.8
Gavin Andresen 14 years ago
parent
commit
458cf9070b
  1. 1
      init.cpp

1
init.cpp

@ -210,6 +210,7 @@ bool AppInit2(int argc, char* argv[]) @@ -210,6 +210,7 @@ bool AppInit2(int argc, char* argv[])
fDebug = GetBoolArg("-debug");
fPrintToConsole = GetBoolArg("-printtoconsole");
fPrintToDebugger = GetBoolArg("-printtodebugger");
fTestNet = GetBoolArg("-testnet");

Loading…
Cancel
Save