mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
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:
parent
8d2b6bb684
commit
ae98cd41af
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user