mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Whitespace and tab linting
This commit is contained in:
parent
30552459dc
commit
665d9ebe0e
9 changed files with 15 additions and 15 deletions
|
|
@ -679,7 +679,7 @@ public:
|
|||
|
||||
vSeeds.clear();
|
||||
vSeeds.emplace_back("seed.liquidnetwork.io");
|
||||
vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_liquidv1, pnSeed6_liquidv1 + ARRAYLEN(pnSeed6_liquidv1));
|
||||
vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_liquidv1, pnSeed6_liquidv1 + ARRAYLEN(pnSeed6_liquidv1));
|
||||
|
||||
//
|
||||
// ELEMENTS fields
|
||||
|
|
@ -777,8 +777,8 @@ std::unique_ptr<const CChainParams> CreateChainParams(const std::string& chain)
|
|||
return std::unique_ptr<CChainParams>(new CTestNetParams());
|
||||
else if (chain == CBaseChainParams::REGTEST)
|
||||
return std::unique_ptr<CChainParams>(new CRegTestParams(gArgs));
|
||||
else if (chain == CBaseChainParams::LIQUID1)
|
||||
return std::unique_ptr<CChainParams>(new CLiquidV1Params());
|
||||
else if (chain == CBaseChainParams::LIQUID1)
|
||||
return std::unique_ptr<CChainParams>(new CLiquidV1Params());
|
||||
|
||||
return std::unique_ptr<CChainParams>(new CCustomParams(chain, gArgs));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue