Skip to content

Commit

Permalink
Namecoin: Remove yanmaani's testnet DNS seed
Browse files Browse the repository at this point in the history
yanmaani says this seed is permanently retired.
  • Loading branch information
Jeremy Rand committed Nov 3, 2024
1 parent fd3bde4 commit 8795433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ class CTestNetParams : public CChainParams {
vSeeds.clear();
// nodes with support for servicebits filtering should be at the top
vSeeds.emplace_back("dnsseed.test.namecoin.webbtc.com."); // Marius Hanne
vSeeds.emplace_back("ncts.roanapur.info."); // Yanmaani

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,111);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,196);
Expand Down

0 comments on commit 8795433

Please sign in to comment.