Browse Source

Merge branch 'testnetirc' of https://github.com/sipa/bitcoin

0.8
Gavin Andresen 13 years ago
parent
commit
5c03282521
  1. 5
      src/init.cpp

5
src/init.cpp

@ -259,6 +259,11 @@ bool AppInit2(int argc, char* argv[]) @@ -259,6 +259,11 @@ bool AppInit2(int argc, char* argv[])
}
fTestNet = GetBoolArg("-testnet");
if (fTestNet)
{
SoftSetBoolArg("-irc", true);
}
fDebug = GetBoolArg("-debug");
#if !defined(WIN32) && !defined(QT_GUI)

Loading…
Cancel
Save