File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -878,8 +878,8 @@ var (
878878 ChainDNSSeeds = map [chainhash.Hash ][][2 ]string {
879879 BitcoinMainnetGenesis : {
880880 {
881- "nodes.lightning.directory " ,
882- "soa.nodes.lightning.directory " ,
881+ "nodes.lightning.wiki " ,
882+ "soa.nodes.lightning.wiki " ,
883883 },
884884 {
885885 "lseed.bitcoinstats.com" ,
@@ -888,14 +888,22 @@ var (
888888
889889 BitcoinTestnetGenesis : {
890890 {
891- "test.nodes.lightning.directory" ,
892- "soa.nodes.lightning.directory" ,
891+ "test.nodes.lightning.wiki" ,
892+ "soa.nodes.lightning.wiki" ,
893+ },
894+ },
895+
896+ BitcoinTestnet4Genesis : {
897+ {
898+ "test4.nodes.lightning.wiki" ,
899+ "soa.nodes.lightning.wiki" ,
893900 },
894901 },
895902
896903 BitcoinSignetGenesis : {
897904 {
898- "ln.signet.secp.tech" ,
905+ "signet.nodes.lightning.wiki" ,
906+ "soa.nodes.lightning.wiki" ,
899907 },
900908 },
901909 }
Original file line number Diff line number Diff line change 4141 ` FeeForWeightRoundUp ` to the ` chainfee ` package which rounds up a calculated
4242 fee value to the nearest satoshi.
4343
44+ - [ Update] ( https://github.com/lightningnetwork/lnd/pull/9996 ) lnd to point at
45+ the new deployment of the lightning seed service which is used to provide
46+ candidate peers during initial network bootstrap. The lseed service now
47+ supports ` testnet4 ` and ` signet ` networks as well.
48+
4449## RPC Additions
4550
4651## lncli Additions
You can’t perform that action at this time.
0 commit comments