Include `maybe_announced` field in `RouteHop`
[rust-lightning] / lightning-background-processor / src / lib.rs
index 353ed6738d686698a9dd88079587316019f738d2..b3d1f3755eb0f4b06a9696cee95fe6857a65506f 100644 (file)
@@ -1685,6 +1685,7 @@ mod tests {
                                channel_features: ChannelFeatures::empty(),
                                fee_msat: 0,
                                cltv_expiry_delta: MIN_CLTV_EXPIRY_DELTA as u32,
+                               maybe_announced_channel: true,
                        }], blinded_tail: None };
 
                        $nodes[0].scorer.lock().unwrap().expect(TestResult::PaymentFailure { path: path.clone(), short_channel_id: scored_scid });