mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Sync to bitcoin git e94010b239
This commit is contained in:
parent
fbaee7a853
commit
ae3d0aba15
11 changed files with 113 additions and 114 deletions
|
|
@ -493,7 +493,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