Merge pull request #2146 from valentinewallace/2023-03-blinded-pathfinding-groundwork
[rust-lightning] / lightning / src / ln / onion_utils.rs
index df0b903123d5d5a5b9fe9375f1450e1d7a16a28c..36abad71f2d5187be95638d53b9f70c7c9c925e0 100644 (file)
@@ -929,7 +929,7 @@ mod tests {
                                                channel_features: ChannelFeatures::empty(), node_features: NodeFeatures::empty(),
                                                short_channel_id: 0, fee_msat: 0, cltv_expiry_delta: 0 // We fill in the payloads manually instead of generating them from RouteHops.
                                        },
-                       ]}],
+                       ], blinded_tail: None }],
                        payment_params: None,
                };