Skip to content

Commit

Permalink
fix: add central LDK gossip node to help gossip new public channels (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Jul 11, 2024
1 parent abf4027 commit 4ed84cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lnclient/ldk/ldk.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ func NewLDKService(ctx context.Context, cfg config.Config, eventPublisher events
"0364913d18a19c671bb36dd04d6ad5be0fe8f2894314c36a9db3f03c2d414907e1@192.243.215.102:9735", // LQwD
"035e4ff418fc8b5554c5d9eea66396c227bd429a3251c8cbc711002ba215bfc226@170.75.163.209:9735", // WoS
"02fcc5bfc48e83f06c04483a2985e1c390cb0f35058baa875ad2053858b8e80dbd@35.239.148.251:9735", // Blink
"027100442c3b79f606f80f322d98d499eefcb060599efc5d4ecb00209c2cb54190@3.230.33.224:9735", // c=
}
logger.Logger.Info("Connecting to some peers to retrieve P2P gossip data")
for _, peer := range peers {
Expand Down

0 comments on commit 4ed84cb

Please sign in to comment.