mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-03 22:03:01 +01:00
Fix issue #659, and cleanup wallet/command-line argument handling a bit
Conflicts: src/init.cpp src/util.cpp
This commit is contained in:
committed by
Luke Dashjr
parent
b52b6f2e38
commit
84393f15b6
@@ -1405,7 +1405,7 @@ void ThreadOpenConnections2(void* parg)
|
||||
{
|
||||
// Add seed nodes if IRC isn't working
|
||||
bool fTOR = (fUseProxy && addrProxy.port == htons(9050));
|
||||
if (mapAddresses.empty() && (GetTime() - nStart > 60 || fTOR) && !fTestNet)
|
||||
if (mapAddresses.empty() && (GetTime() - nStart > 60 || fUseProxy) && !fTestNet)
|
||||
fAddSeeds = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user