mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-17 02:49:19 +00:00
I broke -testnet with my TOR option-parsing fixes.
This commit is contained in:
parent
84393f15b6
commit
cc6bd19660
@ -237,6 +237,7 @@ bool AppInit2(int argc, char* argv[])
|
||||
return false;
|
||||
}
|
||||
|
||||
fTestNet = GetBoolArg("-testnet");
|
||||
fDebug = GetBoolArg("-debug");
|
||||
|
||||
#ifndef __WXMSW__
|
||||
@ -499,7 +500,6 @@ bool AppInit2(int argc, char* argv[])
|
||||
}
|
||||
}
|
||||
|
||||
fTestNet = GetBoolArg("-testnet");
|
||||
bool fTor = (fUseProxy && addrProxy.port == htons(9050));
|
||||
if (fTor)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user