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

Allow including routing hints when creating Bolt 11 invoice #2909

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Sep 18, 2024

When nodes only have private channels, they must include routing hints in their Bolt 11 invoices to be able to receive payments. We add a parameter to the createinvoice RPC for this. Note that this may leak the channel outpoint if scid_alias isn't used.

Fixes #2802

When nodes only have private channels, they must include routing hints
in their Bolt 11 invoices to be able to receive payments. We add a
parameter to the `createinvoice` RPC for this. Note that this may leak
the channel outpoint if `scid_alias` isn't used.

Fixes #2802
Copy link
Member

@thomash-acinq thomash-acinq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, there is just a TODO left.

docs/release-notes/eclair-vnext.md Outdated Show resolved Hide resolved
@t-bast t-bast merged commit 885b45b into master Sep 23, 2024
1 check passed
@t-bast t-bast deleted the invoice-routing-hints branch September 23, 2024 07:44
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.

Not posible to add routing hints, when creating invoice
2 participants