1
0

gossip: broadcast channel updates along with channel announcements

The channel update in mark_open is only sent once, and only to the
channel peer. In addition, it seems to be discarded by Eclair.
This commit is contained in:
ThomasV
2026-02-09 10:52:33 +01:00
parent b2a3e08ac8
commit b03d6a478d
2 changed files with 10 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ def create_channel_state(
"remote_config": remote_config,
"local_config": local_config,
"constraints":lnpeer.ChannelConstraints(
flags=0,
flags=lnchannel.CF_ANNOUNCE_CHANNEL,
capacity=funding_sat,
is_initiator=is_initiator,
funding_txn_minimum_depth=3,