chaincfg: Update seed URL

I'm moving my seeds to a new home with a less verbose name.
This commit is contained in:
Jamie Holdstock 2021-01-20 17:37:08 +00:00 committed by Dave Collins
parent 6a34b0389e
commit 917fbddd9a
2 changed files with 2 additions and 2 deletions

View File

@ -420,7 +420,7 @@ func MainNetParams() *Params {
"mainnet-seed-2.decred.org",
"mainnet-seed.planetdecred.org",
"mainnet-seed.dcrdata.org",
"mainnet-seed.jamieholdstock.com",
"mainnet-seed.jholdstock.uk",
},
}
}

View File

@ -308,7 +308,7 @@ func TestNet3Params() *Params {
"testnet-seed-2.decred.org",
"testnet-seed.planetdecred.org",
"testnet-seed.dcrdata.org",
"testnet-seed.jamieholdstock.com",
"testnet-seed.jholdstock.uk",
},
}
}