Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force cltv field inclusion in BOLT 11 invoice #6957

Merged

Conversation

endothermicdev
Copy link
Collaborator

This will allow more time for the 18 block final cltv delta default to be adopted.

fixes #6956

As reported by @wtogami, LND nodes are using a default
min_final_cltv_expiry_delta of 9, which makes them unable to pay invoices
using the modern spec default of 18.  Forcing inclusion of the c field
allows interoperability until broader support of the 18 block default.
Fixes: ElementsProject#6956

Changelog-Fixed: Default bolt11 invoices are payable by LND nodes.
@cdecker
Copy link
Member

cdecker commented Dec 22, 2023

ACK fb58048

@cdecker cdecker merged commit 8d0ea8a into ElementsProject:master Dec 22, 2023
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LND nodes unable to pay bolt 11 invoice generated with defaults
2 participants