Store whether a received HTLC is blinded in PendingHTLCInfo
authorValentine Wallace <vwallace@protonmail.com>
Thu, 26 Oct 2023 21:14:40 +0000 (17:14 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Tue, 12 Dec 2023 22:10:09 +0000 (17:10 -0500)
commit339f3fccf80c8ccfc8de936df8de65481586f833
tree1478063b28746b0db9575e60894ea755b64db5d8
parentdf2d0a47d528b00ee8da80917946beab746a7685
Store whether a received HTLC is blinded in PendingHTLCInfo

Useful for knowing to fail back these HTLCs with malformed and
invalid_onion_blinding error per the BOLT 4 spec.
lightning/src/ln/channelmanager.rs
lightning/src/ln/onion_payment.rs