mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge branch 'master' of https://github.com/bitcoin/bitcoin
This commit is contained in:
commit
330c190958
7 changed files with 31 additions and 26 deletions
|
|
@ -246,7 +246,8 @@ bool AppInit2(int argc, char* argv[])
|
|||
fPrintToDebugger = GetBoolArg("-printtodebugger");
|
||||
|
||||
fTestNet = GetBoolArg("-testnet");
|
||||
fNoListen = GetBoolArg("-nolisten");
|
||||
bool fTOR = (fUseProxy && addrProxy.port == htons(9050));
|
||||
fNoListen = GetBoolArg("-nolisten") || fTOR;
|
||||
fLogTimestamps = GetBoolArg("-logtimestamps");
|
||||
|
||||
for (int i = 1; i < argc; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue