mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
parent
605918272c
commit
35e5c2269c
@ -1687,9 +1687,8 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||||||
connOptions.vWhitelistedRange.push_back(subnet);
|
connOptions.vWhitelistedRange.push_back(subnet);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gArgs.IsArgSet("-seednode")) {
|
|
||||||
connOptions.vSeedNodes = gArgs.GetArgs("-seednode");
|
connOptions.vSeedNodes = gArgs.GetArgs("-seednode");
|
||||||
}
|
|
||||||
// Initiate outbound connections unless connect=0
|
// Initiate outbound connections unless connect=0
|
||||||
connOptions.m_use_addrman_outgoing = !gArgs.IsArgSet("-connect");
|
connOptions.m_use_addrman_outgoing = !gArgs.IsArgSet("-connect");
|
||||||
if (!connOptions.m_use_addrman_outgoing) {
|
if (!connOptions.m_use_addrman_outgoing) {
|
||||||
|
Loading…
Reference in New Issue
Block a user