X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Fsrc%2Frouter.rs;h=fe6f1647f4d20c182558938b2ce475d6b7d1037b;hb=c3de782a2baab0c742332bea4783c393edb83311;hp=ad0da138a85508d5bf38ff8902ab56d93796e066;hpb=4d2679fac656a3d828877f3f31aad6cff4ada9c8;p=rust-lightning diff --git a/fuzz/src/router.rs b/fuzz/src/router.rs index ad0da138..fe6f1647 100644 --- a/fuzz/src/router.rs +++ b/fuzz/src/router.rs @@ -227,7 +227,7 @@ pub fn do_test(data: &[u8], out: Out) { }, 4 => { let short_channel_id = slice_to_be64(get_slice!(8)); - net_graph.channel_failed(short_channel_id, false); + net_graph.channel_failed_permanent(short_channel_id); }, _ if node_pks.is_empty() => {}, _ => { @@ -268,6 +268,7 @@ pub fn do_test(data: &[u8], out: Out) { inbound_htlc_minimum_msat: None, inbound_htlc_maximum_msat: None, config: None, + feerate_sat_per_1000_weight: None, }); } Some(&first_hops_vec[..])