Skip to content

Commit

Permalink
remove bitcoinabc.org seeders
Browse files Browse the repository at this point in the history
I guess these aren't needed now.
  • Loading branch information
Mark Lundeberg committed Nov 30, 2020
1 parent 25f4279 commit 413e54f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/chainparams.cpp
Expand Up @@ -174,8 +174,6 @@ class CMainParams : public CChainParams {
// we'll fall back to using them as a oneshot if they don't support the
// 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.
// Bitcoin ABC seeder
vSeeds.emplace_back("seed.bitcoinabc.org");
// bitcoinforks seeders
vSeeds.emplace_back("seed-bch.bitcoinforks.org");
// BU backed seeder
Expand Down Expand Up @@ -361,8 +359,6 @@ class CTestNetParams : public CChainParams {
vFixedSeeds.clear();
vSeeds.clear();
// nodes with support for servicebits filtering should be at the top
// Bitcoin ABC seeder
vSeeds.emplace_back("testnet-seed.bitcoinabc.org");
// bitcoinforks seeders
vSeeds.emplace_back("testnet-seed-bch.bitcoinforks.org");
// BCHD
Expand Down

0 comments on commit 413e54f

Please sign in to comment.