Merge pull request #2347 from henghonglee/issue-2304
[rust-lightning] / lightning / src / routing / router.rs
index ed5b772edad3efb69aa28a5a91a707b56226fdf3..f82ddc80a11abaecf334c04a8110c9c485f696e7 100644 (file)
@@ -2687,7 +2687,8 @@ mod tests {
                        inbound_htlc_minimum_msat: None,
                        inbound_htlc_maximum_msat: None,
                        config: None,
-                       feerate_sat_per_1000_weight: None
+                       feerate_sat_per_1000_weight: None,
+                       channel_shutdown_state: Some(channelmanager::ChannelShutdownState::NotShuttingDown),
                }
        }
 
@@ -6758,6 +6759,7 @@ pub(crate) mod bench_utils {
                        inbound_htlc_maximum_msat: None,
                        config: None,
                        feerate_sat_per_1000_weight: None,
+                       channel_shutdown_state: Some(channelmanager::ChannelShutdownState::NotShuttingDown),
                }
        }