OutboundOnionPayload: hold Vec fields as references.
authorValentine Wallace <vwallace@protonmail.com>
Mon, 15 Apr 2024 18:02:45 +0000 (14:02 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Tue, 14 May 2024 16:57:51 +0000 (09:57 -0700)
commite4e6e09b672dc929b4d8571975bd923a7a4486be
tree39827726bd13c4a52612549e7ef0c7727621841d
parentda7a916682a01daf399b5afb0ed291b8767c6dc5
OutboundOnionPayload: hold Vec fields as references.

Will be useful when we reuse this enum to calculate the maximum path length,
to avoid cloning the vecs.
lightning/src/ln/blinded_payment_tests.rs
lightning/src/ln/functional_tests.rs
lightning/src/ln/msgs.rs
lightning/src/ln/onion_payment.rs
lightning/src/ln/onion_route_tests.rs
lightning/src/ln/onion_utils.rs