Include pending HTLCs in ChannelDetails
[rust-lightning] / fuzz / src / router.rs
index c9ceea3d0b3d196169d47a996f4e4a47237098aa..23ae3e24cda1c30dcd033abe5caa1dfc29d2a3f4 100644 (file)
@@ -242,6 +242,8 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
                                                        config: None,
                                                        feerate_sat_per_1000_weight: None,
                                                        channel_shutdown_state: Some(channelmanager::ChannelShutdownState::NotShuttingDown),
+                                                       pending_inbound_htlcs: Vec::new(),
+                                                       pending_outbound_htlcs: Vec::new(),
                                                });
                                        }
                                        Some(&$first_hops_vec[..])