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 (
878
878
ChainDNSSeeds = map [chainhash.Hash ][][2 ]string {
879
879
BitcoinMainnetGenesis : {
880
880
{
881
- "nodes.lightning.directory " ,
882
- "soa.nodes.lightning.directory " ,
881
+ "nodes.lightning.wiki " ,
882
+ "soa.nodes.lightning.wiki " ,
883
883
},
884
884
{
885
885
"lseed.bitcoinstats.com" ,
@@ -888,14 +888,22 @@ var (
888
888
889
889
BitcoinTestnetGenesis : {
890
890
{
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" ,
893
900
},
894
901
},
895
902
896
903
BitcoinSignetGenesis : {
897
904
{
898
- "ln.signet.secp.tech" ,
905
+ "signet.nodes.lightning.wiki" ,
906
+ "soa.nodes.lightning.wiki" ,
899
907
},
900
908
},
901
909
}
Original file line number Diff line number Diff line change 41
41
` FeeForWeightRoundUp ` to the ` chainfee ` package which rounds up a calculated
42
42
fee value to the nearest satoshi.
43
43
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
+
44
49
## RPC Additions
45
50
46
51
## lncli Additions
You can’t perform that action at this time.
0 commit comments