Skip to content

Commit

Permalink
Merge #557: Remove yanmaani's testnet DNS seed
Browse files Browse the repository at this point in the history
8795433 Namecoin: Remove yanmaani's testnet DNS seed (Jeremy Rand)

Pull request description:

  yanmaani says this seed is permanently retired.

ACKs for top commit:
  domob1812:
    ACK 8795433.

Tree-SHA512: 77d624f3581dce7bae6a46afe975420b5eeab2fbb6fe3020085cd4dc7bd39ad247465470cebbdfc0e2d30d095d8b60216c6821d03628c2454d2b8e8d0b2a8267
  • Loading branch information
domob1812 committed Nov 3, 2024
2 parents a46c53a + 8795433 commit 8f3ef78
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 8f3ef78

Please sign in to comment.