Skip to content

Commit

Permalink
Remove bloq's dns seed
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarguindzberg committed Dec 20, 2018
1 parent 66f4441 commit b3b3b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions core/src/main/java/org/bitcoinj/params/MainNetParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ public MainNetParams() {
"dnsseed.bitcoin.dashjr.org", // Luke Dashjr
"seed.bitcoinstats.com", // Chris Decker
"seed.bitnodes.io", // Addy Yeow
"seed.bitcoin.jonasschnelli.ch",// Jonas Schnelli
"bitcoin.bloqseeds.net", // Bloq
"seed.bitcoin.jonasschnelli.ch" // Jonas Schnelli
};
httpSeeds = new HttpDiscovery.Details[] {
// Andreas Schildbach
Expand Down
3 changes: 1 addition & 2 deletions core/src/main/java/org/bitcoinj/params/TestNet3Params.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ public TestNet3Params() {
"testnet-seed.bitcoin.jonasschnelli.ch", // Jonas Schnelli
"testnet-seed.bluematt.me", // Matt Corallo
"testnet-seed.bitcoin.petertodd.org", // Peter Todd
"testnet-seed.bitcoin.schildbach.de", // Andreas Schildbach
"bitcoin-testnet.bloqseeds.net", // Bloq
"testnet-seed.bitcoin.schildbach.de" // Andreas Schildbach
};
addrSeeds = null;
bip32HeaderPub = 0x043587CF;
Expand Down

0 comments on commit b3b3b64

Please sign in to comment.