Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Nov 4, 2017
1 parent bfb13ec commit 622b30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/params/MainNetParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public MainNetParams() {
// $ ./names2ips.php --hostnames=seed.bitcoin.sipa.be,dnsseed.bluematt.me,dnsseed.bitcoin.dashjr.org,seed.bitcoinstats.com,seed.bitnodes.io --format=code --ipformat=hex --endian=big

// TODO better would be that use same as deliver to Bitcoin Core: https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds
// Prefer to not use the list from BitoinJ
// Prefer to not use the list from BitoinJ (https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds)

// Updated Nov. 4th 2017
addrSeeds = new int[]{
Expand Down

0 comments on commit 622b30c

Please sign in to comment.