mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
I broke -testnet with my TOR option-parsing fixes.
This commit is contained in:
parent
112b0e97d4
commit
8677f9c751
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user