mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-03 18:54:38 +00:00
Merge branch 'testnetirc' of https://github.com/sipa/bitcoin
This commit is contained in:
commit
5c03282521
@ -259,6 +259,11 @@ bool AppInit2(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
fTestNet = GetBoolArg("-testnet");
|
fTestNet = GetBoolArg("-testnet");
|
||||||
|
if (fTestNet)
|
||||||
|
{
|
||||||
|
SoftSetBoolArg("-irc", true);
|
||||||
|
}
|
||||||
|
|
||||||
fDebug = GetBoolArg("-debug");
|
fDebug = GetBoolArg("-debug");
|
||||||
|
|
||||||
#if !defined(WIN32) && !defined(QT_GUI)
|
#if !defined(WIN32) && !defined(QT_GUI)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user