Persist outbound blinding points in Channel
authorValentine Wallace <vwallace@protonmail.com>
Thu, 13 Jul 2023 01:36:11 +0000 (21:36 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 29 Nov 2023 22:10:43 +0000 (17:10 -0500)
commit1596116fa4b87452414e2b2035fd4212408468f4
tree25088552994be74a1794c0653d57a7b1573a4699
parentb70525df28118b835c9ebe77bb1a835b7fff58e1
Persist outbound blinding points in Channel

A blinding point is provided in update_add_htlc messages if we are relaying or
receiving a payment within a blinded path, to decrypt the onion routing packet
and the recipient-provided encrypted payload within. Will be used in upcoming
commits.
lightning/src/ln/channel.rs