pull down to refresh

Yes, CLN supports blinded paths in bolt12 offers and invoices. They are normally only used when the node has no public channels (and really needs these.) I noticed some interoperability problems with them recently, at least with LDK - still trying to get to the bottom of it, but blinded paths are generated when needed and it works between Core Lightning nodes for sure. Because of the strong privacy guarantees debugging blinded paths issues is much trickier than with standard invoices and payments.
Edit: you should be able to use lightning-cli decode on either the offer or the invoice to see which paths or route hints were included.
Thanks for the info!
lightning-cli decode lno1...bolt12 just shows info about the offer
lightning-cli fetchinvoice lno1...bolt12 1000 gets a 1sat invoice from the offer
lightning-cli decode lni1...invoice shows the blinded paths (route hints) for the invoice generated from the offer
I guess I'm experiencing the interoperability problems you mentioned. I don't have another CLN node to test payments at the moment. All the wallets I've tried must be using LDK for BOLT12.
reply