Parameterize InboundPayload reads with NodeSigner
authorValentine Wallace <vwallace@protonmail.com>
Sun, 10 Sep 2023 05:10:03 +0000 (01:10 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Tue, 12 Sep 2023 22:11:59 +0000 (18:11 -0400)
commit154841b23410a53d72040859929902d4e6878c3f
tree8c07ee8653481fcd2aca581f7fae4b27104c0d80
parent7b1e09134afd256aa3a5465b51cac90bf9e2ab00
Parameterize InboundPayload reads with NodeSigner

This will be used in the next commit to deserialize encrypted TLVs for
receiving to 1-hop blinded paths.
fuzz/src/onion_hop_data.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/msgs.rs
lightning/src/ln/onion_utils.rs