chains: switch to new DNS seed for bitcoin testnet

In this commit we switch over to the new DNS seed for Bitcoin’s
testnet. This seed will only serve active nodes that are found on
Bitcoin’s testnet.
This commit is contained in:
Olaoluwa Osuntokun 2018-03-14 17:04:45 -07:00
parent 0cd2448f49
commit 620b552413
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 2 additions and 2 deletions

View File

@ -605,9 +605,9 @@ var (
// TODO(roasbeef): extend and collapse these and chainparams.go into
// struct like chaincfg.Params
chainDNSSeeds = map[chainhash.Hash][][2]string{
bitcoinGenesis: {
bitcoinTestnetGenesis: {
{
"nodes.lightning.directory",
"test.nodes.lightning.directory",
"soa.nodes.lightning.directory",
},
},