-
Notifications
You must be signed in to change notification settings - Fork 951
Closed
Description
Issue and Steps to Reproduce
There is an incompatibility between LND and CLN currently. LND is unable to open a zero conf anchor channel to a CLN node, because LND sets the required feature option_anchors_zero_fee_htlc_tx
, which CLN does not support.
Steps to reproduce:
- Spin up an LND node with
--protocol.zero-conf
and--protocol.option-scid-alias
- Spin up a CLN node with a zero conf accepting plugin
- Open a channel from LND to CLN with commitmenttype anchors and zero conf
- Feature negotation will fail, because CLN does not support
option_anchors_zero_fee_htlc_tx
Since this is an interoperability issue, here's the issue in the LND repository: lightningnetwork/lnd#7230
Metadata
Metadata
Assignees
Labels
No labels