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.
This commit is contained in:
Holger Schinzel 2021-11-29 18:45:43 +01:00 committed by GitHub
parent 8d2b6bb684
commit ae98cd41af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,6 @@ public:
// service bits we want, but we should get them updated to support all service bits wanted by any // 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. // release ASAP to avoid it where possible.
vSeeds.emplace_back("dnsseed.dash.org"); vSeeds.emplace_back("dnsseed.dash.org");
vSeeds.emplace_back("dnsseed.dashdot.io");
// Dash addresses start with 'X' // Dash addresses start with 'X'
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,76); base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,76);