Skip to content

Commit

Permalink
remove testnet seeders that are not resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
Danconnolly committed Jul 19, 2018
1 parent 02630cd commit df9b8a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/main/java/org/bitcoinj/params/TestNet3Params.java
Expand Up @@ -73,10 +73,8 @@ public TestNet3Params() {
dnsSeeds = new String[] {
"testnet-seed.bitcoinabc.org",
"testnet-seed-abc.bitcoinforks.org",
"testnet-seed.bitcoinunlimited.info",
"testnet-seed.bitprim.org",
"testnet-seed.deadalnix.me",
"testnet-seeder.criptolayer.net"
"testnet-seed.deadalnix.me"
};
addrSeeds = null;
bip32HeaderPub = 0x043587CF;
Expand Down

0 comments on commit df9b8a8

Please sign in to comment.