What is Nostr?
Rusty Russell
npub179e…lz4s
2024-07-06 01:15:00

Rusty Russell on Nostr: #cln #dev Wrapping up the great blinded path catchup, I hit a snag. Paying an invoice ...

#cln #dev

Wrapping up the great blinded path catchup, I hit a snag. Paying an invoice where we ourselves are nominated as the head of the blinded path. I solved this case elegantly for onion messages, but actual payments are not so easy.

In an ideal world, our code would have been written so we could have either the RPC or an incoming HTLC trigger this code. But unwrapping and forwarding are only written for incoming HTLCs, and reworking all that is a major task. I may revisit this one day, as such code would transparently allow self-payment which currently has a special path.

So instead we are going to have another special path for this case :( I thought about simply unwrapping the onion inside the pay plugin for this, but it requires ECDH using the node key which we don't expose through RPC (and I'm reluctant to expose).

Hoping to finish soon as this is a large part of getting offers to production ready (vs the current experimental config option).
Author Public Key
npub179e9tp4yqtqx4myp35283fz64gxuzmr6n3yxnktux5pnd5t03eps0elz4s