Skip to content

Commit 6cc524b

Browse files
f save fuzzing for separate PR
1 parent 8b0d0c6 commit 6cc524b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/src/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
289289
},
290290
cltv_expiry_delta: slice_to_be16(get_slice!(2)),
291291
htlc_minimum_msat: Some(slice_to_be64(get_slice!(8))),
292-
htlc_maximum_msat: Some(slice_to_be64(get_slice!(8))),
292+
htlc_maximum_msat: None,
293293
}]));
294294
}
295295
}

0 commit comments

Comments
 (0)