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 authored and domob1812 committed Nov 7, 2024
1 parent 5aba192 commit a08218e
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 @@ -353,7 +353,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 a08218e

Please sign in to comment.