mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-23 13:04:17 +00:00
Enable DNS seeding by default.
This commit is contained in:
parent
7fbeca05c9
commit
362efb24c1
@ -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…
x
Reference in New Issue
Block a user