Skip to content

Commit 6ccaf33

Browse files
committed
[fuzz] Don't allow HandleError in chanmon_consistency
We should never generate Ignore-action HandleError events anymore
1 parent 9437b68 commit 6ccaf33

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fuzz/src/chanmon_consistency.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,10 +590,6 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
590590
// Can be generated due to a payment forward being rejected due to a
591591
// channel having previously failed a monitor update
592592
},
593-
events::MessageSendEvent::HandleError { action: ErrorAction::IgnoreError, .. } => {
594-
// Can be generated at any processing step to send back an error, disconnect
595-
// peer or just ignore
596-
},
597593
_ => panic!("Unhandled message event"),
598594
}
599595
}

0 commit comments

Comments
 (0)