mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Move DNS Seed lookup to a new thread.
This commit is contained in:
parent
50aa850fc8
commit
2bc6cecebb
3 changed files with 38 additions and 7 deletions
|
|
@ -476,11 +476,6 @@ bool AppInit2(int argc, char* argv[])
|
|||
}
|
||||
}
|
||||
|
||||
if (GetBoolArg("-nodnsseed"))
|
||||
printf("DNS seeding disabled\n");
|
||||
else
|
||||
DNSAddressSeed();
|
||||
|
||||
if (mapArgs.count("-paytxfee"))
|
||||
{
|
||||
if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue