Include `maybe_announced` field in `RouteHop`
[rust-lightning] / lightning / src / ln / outbound_payment.rs
index 127e73c20f8044be5749947fbce14560296974c6..0d6586e40f405386bab08737e8e05398ce1d5b51 100644 (file)
@@ -1853,6 +1853,7 @@ mod tests {
                                channel_features: ChannelFeatures::empty(),
                                fee_msat: 0,
                                cltv_expiry_delta: 0,
+                               maybe_announced_channel: true,
                        }], blinded_tail: None }],
                        route_params: Some(route_params.clone()),
                };
@@ -2153,6 +2154,7 @@ mod tests {
                                                                channel_features: ChannelFeatures::empty(),
                                                                fee_msat: invoice.amount_msats(),
                                                                cltv_expiry_delta: 0,
+                                                               maybe_announced_channel: true,
                                                        }
                                                ],
                                                blinded_tail: None,