1
0
mirror of https://github.com/twisterarmy/twister-core.git synced 2025-03-11 13:01:08 +00:00

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

This commit is contained in:
Gavin Andresen 2011-01-20 16:22:33 -05:00
commit 458cf9070b

@ -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");