mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
DNS seeding
This commit is contained in:
parent
f36b494aeb
commit
f684aec4f3
3 changed files with 31 additions and 0 deletions
3
init.cpp
3
init.cpp
|
|
@ -416,6 +416,9 @@ bool AppInit2(int argc, char* argv[])
|
|||
}
|
||||
}
|
||||
|
||||
if (mapArgs.count("-dnsseed"))
|
||||
DNSAddressSeed();
|
||||
|
||||
if (mapArgs.count("-paytxfee"))
|
||||
{
|
||||
if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue