mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge branch 'dns-seed' of https://github.com/jgarzik/bitcoin
This commit is contained in:
commit
4b88647966
3 changed files with 31 additions and 0 deletions
3
init.cpp
3
init.cpp
|
|
@ -429,6 +429,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