Skip to content

Commit 63d4365

Browse files
committed
[fuzz] Don't allow HandleError in chanmon_consistency
We should never generate Ignore-action HandleError events anymore
1 parent 9431535 commit 63d4365

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
@@ -596,10 +596,6 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
596596
// Can be generated due to a payment forward being rejected due to a
597597
// channel having previously failed a monitor update
598598
},
599-
events::MessageSendEvent::HandleError { action: ErrorAction::IgnoreError, .. } => {
600-
// Can be generated at any processing step to send back an error, disconnect
601-
// peer or just ignore
602-
},
603599
_ => panic!("Unhandled message event"),
604600
}
605601
}

0 commit comments

Comments
 (0)