Skip to content

Support option_anchors_zero_fee_htlc_tx feature 22/23 #5770

@JssDWt

Description

@JssDWt

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions