mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Enable DNS seeding by default.
This commit is contained in:
parent
7fbeca05c9
commit
362efb24c1
1 changed files with 3 additions and 1 deletions
|
|
@ -494,7 +494,9 @@ bool AppInit2(int argc, char* argv[])
|
|||
}
|
||||
}
|
||||
|
||||
if (mapArgs.count("-dnsseed"))
|
||||
if (GetBoolArg("-nodnsseed"))
|
||||
printf("DNS seeding disabled\n");
|
||||
else
|
||||
DNSAddressSeed();
|
||||
|
||||
if (mapArgs.count("-paytxfee"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue