Store whether a forwarded HTLC is blinded in PendingHTLCRouting
authorValentine Wallace <vwallace@protonmail.com>
Thu, 26 Oct 2023 21:26:18 +0000 (17:26 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 29 Nov 2023 22:18:38 +0000 (17:18 -0500)
commitb64523780b2f08f8cea7f29b660841310dba7a70
treeffdf568a711673e3c2fd1a2b38b78b3d8953473b
parent1596116fa4b87452414e2b2035fd4212408468f4
Store whether a forwarded HTLC is blinded in PendingHTLCRouting

We need to store the inbound blinding point in PendingHTLCRouting in order to
calculate the outbound blinding point.

The new BlindedForward struct will be augmented when we add support for
forwarding as a non-intro node.
lightning/src/ln/channelmanager.rs
lightning/src/ln/onion_payment.rs