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

Multi-hop blinded paths in Offers #2690

Closed
jkczyz opened this issue Oct 26, 2023 · 0 comments · Fixed by #2781
Closed

Multi-hop blinded paths in Offers #2690

jkczyz opened this issue Oct 26, 2023 · 0 comments · Fixed by #2781
Assignees

Comments

@jkczyz
Copy link
Contributor

jkczyz commented Oct 26, 2023

Currently, ChannelManager will create blinded paths with ourselves as the introduction node (i.e., one-hop blinded paths) for:

  • Offer::paths and Refund::paths
  • Onion message reply paths for InvoiceRequest and Bolt12Invoice
  • Bolt12Invoice::payment_paths

To support multi-hop blinded paths, we could either

  • trivially use "two" hops using a peer as the other hop, or
  • use more than two by looking at the NetworkGraph
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 a pull request may close this issue.

1 participant