mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-01 09:44:33 +00:00
remove unused IsArgSet check
Forgotten in 506b700dcb5dd5a7c1d8ffa7c77043a93e4e10de
This commit is contained in:
parent
605918272c
commit
35e5c2269c
@ -1687,9 +1687,8 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
|
||||
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
|
||||
connOptions.m_use_addrman_outgoing = !gArgs.IsArgSet("-connect");
|
||||
if (!connOptions.m_use_addrman_outgoing) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user