mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Change default chain to liquidv1
This commit is contained in:
parent
b9727ae60c
commit
648245505d
2 changed files with 2 additions and 8 deletions
|
|
@ -1001,10 +1001,7 @@ std::string ArgsManager::GetChainName() const
|
|||
if (fTestNet)
|
||||
return CBaseChainParams::TESTNET;
|
||||
|
||||
std::string default_chain = "elementsregtest";
|
||||
#ifdef LIQUID
|
||||
default_chain = "liquidv1";
|
||||
#endif
|
||||
std::string default_chain = "liquidv1";
|
||||
return GetArg("-chain", default_chain);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue