Merge pull request #1446 from wiz/wiz/add-liquid-dot-network-seed

Add liquid.network DNS seed
This commit is contained in:
Byron Hambly 2025-04-12 17:54:57 +02:00 committed by GitHub
commit 246a764f23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1058,6 +1058,7 @@ public:
if (!args.IsArgSet("-seednode")) {
vSeeds.emplace_back("seed.liquid-testnet.blockstream.com");
vSeeds.emplace_back("seed.liquidtestnet.com");
vSeeds.emplace_back("liquid.network.");
}
}
};
@ -1123,6 +1124,7 @@ public:
vSeeds.clear();
vSeeds.emplace_back("seed.liquidnetwork.io");
vSeeds.emplace_back("liquid.network.");
vFixedSeeds = std::vector<uint8_t>(std::begin(pnSeed6_liquidv1), std::end(pnSeed6_liquidv1));
//