Skip to content

Commit 5aed2a6

Browse files
committed
Add comment in full_stack fuzzer loop
1 parent 5592378 commit 5aed2a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/src/full_stack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ pub fn do_test(data: &[u8], logger: &Arc<dyn Logger>) {
713713
channelmanager.force_close_broadcasting_latest_txn(&channels[channel_id].channel_id, &channels[channel_id].counterparty.node_id).unwrap();
714714
},
715715
// 15 is above
716+
// 16 is above
716717
_ => return,
717718
}
718719
loss_detector.handler.process_events();

0 commit comments

Comments
 (0)