Skip to content

Commit

Permalink
f save fuzzing for separate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed May 22, 2023
1 parent 8b0d0c6 commit 6cc524b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
},
cltv_expiry_delta: slice_to_be16(get_slice!(2)),
htlc_minimum_msat: Some(slice_to_be64(get_slice!(8))),
htlc_maximum_msat: Some(slice_to_be64(get_slice!(8))),
htlc_maximum_msat: None,
}]));
}
}
Expand Down

0 comments on commit 6cc524b

Please sign in to comment.