mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Enable DNS seeding by default.
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user