ACINQ / eclair

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

Not posible to add routing hints, when creating invoice #2802

Open DerEwige opened 9 months ago

DerEwige commented 9 months ago

if you run an eclair node with only private channels, you can currently not receive any payments.

Eclair's createinvoicedoes not offer to add any routing hints which is needed to receive payments on private channels

t-bast commented 8 months ago

That's correct, we never added those hooks! There will be a similar issue for offers, where it's unclear yet who will be responsible for choosing the blinded paths.

t-bast commented 6 hours ago

Done in #2909, let me know if that would work for you.