Support receiving to multi-hop blinded payment paths.
authorValentine Wallace <vwallace@protonmail.com>
Thu, 26 Oct 2023 19:16:42 +0000 (15:16 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 8 Dec 2023 19:33:40 +0000 (14:33 -0500)
commit51f41ce7ce1853a1385cac9216729706829f8479
treef21005c7df9702e17fb3036a7194f99e3979c72a
parent87a25c7a5bbe9edf9e7ca3865d62f55aea039608
Support receiving to multi-hop blinded payment paths.

The only remaining step is to use the update_add blinding point in decoding
inbound onion payloads.

Error handling will be completed in upcoming commits.
lightning/src/ln/onion_payment.rs