X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Ffuzz_targets%2Ffull_stack_target.rs;h=6fdac8ad24e080034613b3440cba556db3e5b691;hb=731aeab1f88db798ae072663365b0ddd9b944cca;hp=59f9d2bb47cc32b3e4b9f9b1cedb8a5d7c02bb19;hpb=29906e7995f19c7bcfbe1bb3d8f6e5d3f0c88161;p=rust-lightning diff --git a/fuzz/fuzz_targets/full_stack_target.rs b/fuzz/fuzz_targets/full_stack_target.rs index 59f9d2bb..6fdac8ad 100644 --- a/fuzz/fuzz_targets/full_stack_target.rs +++ b/fuzz/fuzz_targets/full_stack_target.rs @@ -263,7 +263,7 @@ pub fn do_test(data: &[u8]) { }, 7 => { if should_forward { - channelmanager.process_pending_htlc_forward(); + channelmanager.process_pending_htlc_forwards(); handler.process_events(); should_forward = false; }