X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Fsrc%2Frouter.rs;h=31732257c3f1a1c099161c8b982f1f5f35d701b2;hb=a70b1f74ced56013c32df1a60b38a7d9269bd0ce;hp=72935f153eab861f00509c310f88d5d822ea10fd;hpb=f068df03c5c400ca7942e4491809239710ebe472;p=rust-lightning diff --git a/fuzz/src/router.rs b/fuzz/src/router.rs index 72935f153..31732257c 100644 --- a/fuzz/src/router.rs +++ b/fuzz/src/router.rs @@ -270,6 +270,7 @@ pub fn do_test(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[..])