-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugUnintended code behaviourUnintended code behaviourchannelsinteropinterop with other implementationsinterop with other implementations
Milestone
Description
Background
lnd forwards channel updates without htlc_maximum_msat which is now forbidden after lightning/bolts#999 was merged.
The problem is that in this case, other nodes (cln for instance) send back a warning message which triggers a disconnect.
Your environment
lnd v0.15.5-beta or master
Steps to reproduce
Run lnd and create a channel to a node running cln.
Expected behaviour
No channel update messages without htlc_maximum_msat
Actual behaviour
Some channel update messages without htlc_maximum_msat. Then a warning is issued by the other node (cln for instance). Then the peer is disconnected in lnd v0.15.5 because the warning message is "unknown" and in master because a warning triggers a disconnect for an active channel.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugUnintended code behaviourUnintended code behaviourchannelsinteropinterop with other implementationsinterop with other implementations