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();
|
DNSAddressSeed();
|
||||||
|
|
||||||
if (mapArgs.count("-paytxfee"))
|
if (mapArgs.count("-paytxfee"))
|
||||||
|
|
Loading…
Reference in a new issue