Add ChannelShutdownState to ChannelDetails
[rust-lightning] / fuzz / src / router.rs
index 72935f153eab861f00509c310f88d5d822ea10fd..31732257c3f1a1c099161c8b982f1f5f35d701b2 100644 (file)
@@ -270,6 +270,7 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
                                                                inbound_htlc_maximum_msat: None,
                                                                config: None,
                                                                feerate_sat_per_1000_weight: None,
+                                                               channel_shutdown_state: Some(channelmanager::ChannelShutdownState::NotShuttingDown),
                                                        });
                                                }
                                                Some(&first_hops_vec[..])