From ae98cd41af84dd2a0dd7461440272ba3c5fbb75d Mon Sep 17 00:00:00 2001 From: Holger Schinzel Date: Mon, 29 Nov 2021 18:45:43 +0100 Subject: [PATCH] Remove decomissioned mainnet seeder dnsseed.dashdot.io (#4588) I'll switch off dnsseed.dashdot.io on 2021/12/31 - testnet seeder testnet-seed.dashdot.io will stay online until further notice. --- src/chainparams.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index f0dd018112..9cc85551bf 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -256,7 +256,6 @@ public: // service bits we want, but we should get them updated to support all service bits wanted by any // release ASAP to avoid it where possible. vSeeds.emplace_back("dnsseed.dash.org"); - vSeeds.emplace_back("dnsseed.dashdot.io"); // Dash addresses start with 'X' base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,76);