Merge pull request #1719 from jkczyz/2022-09-offer-encoding
[rust-lightning] / lightning / src / ln / channelmanager.rs
index 465256d21ea99bfa136062c8272c4dc34f65316b..95bb1f1cbbe6001b82c47e873da3d3773fe0ddb9 100644 (file)
@@ -6658,7 +6658,7 @@ impl Writeable for HTLCSource {
                                        (1, payment_id_opt, option),
                                        (2, first_hop_htlc_msat, required),
                                        (3, payment_secret, option),
-                                       (4, path, vec_type),
+                                       (4, *path, vec_type),
                                        (5, payment_params, option),
                                 });
                        }