mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-12 02:08:49 +01:00
Take out Alex Kotenko's testnet seed as it appears to be down.
This commit is contained in:
parent
f12122f585
commit
59e06c0a9b
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ public class TestNet3Params extends NetworkParameters {
|
|||
alertSigningKey = Utils.HEX.decode("04302390343f91cc401d56d68b123028bf52e5fca1939df127f63c6467cdf9c8e2c14b61104cf817d0b780da337893ecc4aaff1309e536162dabbdb45200ca2b0a");
|
||||
|
||||
dnsSeeds = new String[] {
|
||||
"testnet-seed.alexykot.me", // Alex Kotenko
|
||||
"testnet-seed.bitcoin.schildbach.de", // Andreas Schildbach
|
||||
"testnet-seed.bitcoin.petertodd.org" // Peter Todd
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue