ACINQ / eclair

A scala implementation of the Lightning Network.
Apache License 2.0
1.24k stars 266 forks source link

Trampoline to blinded (types only) #2813

Closed thomash-acinq closed 9 months ago

thomash-acinq commented 9 months ago

Allow trampoline to pay a list of blinded paths instead of a node id. Only the last trampoline hop can target blinded paths, trampoline nodes are still reached with their node id, not with blinded paths. Followed by #2811

thomash-acinq commented 9 months ago

I had some small issues (now solved) integrating with #2811 which is why I didn't request the review and then I just forgot it.both PRs are ready now.