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:
parent
0cd2448f49
commit
620b552413
@ -605,9 +605,9 @@ var (
|
|||||||
// TODO(roasbeef): extend and collapse these and chainparams.go into
|
// TODO(roasbeef): extend and collapse these and chainparams.go into
|
||||||
// struct like chaincfg.Params
|
// struct like chaincfg.Params
|
||||||
chainDNSSeeds = map[chainhash.Hash][][2]string{
|
chainDNSSeeds = map[chainhash.Hash][][2]string{
|
||||||
bitcoinGenesis: {
|
bitcoinTestnetGenesis: {
|
||||||
{
|
{
|
||||||
"nodes.lightning.directory",
|
"test.nodes.lightning.directory",
|
||||||
"soa.nodes.lightning.directory",
|
"soa.nodes.lightning.directory",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user