From: Gavin Andresen Date: Tue, 3 Jan 2012 16:17:04 +0000 (-0500) Subject: I broke -testnet with my TOR option-parsing fixes. X-Git-Tag: v0.4.0-unstable~129^2~286 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=8677f9c751b397476593f60c747709c61d5b8f19 I broke -testnet with my TOR option-parsing fixes. --- diff --git a/src/init.cpp b/src/init.cpp index 0eb5b52..8cbf21c 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -248,6 +248,7 @@ bool AppInit2(int argc, char* argv[]) return false; } + fTestNet = GetBoolArg("-testnet"); fDebug = GetBoolArg("-debug"); #ifndef WIN32 @@ -469,7 +470,6 @@ bool AppInit2(int argc, char* argv[]) } } - fTestNet = GetBoolArg("-testnet"); bool fTor = (fUseProxy && addrProxy.port == htons(9050)); if (fTor) {