Merge HTLC-update events, remove FailHTLC ErrorAction
[rust-lightning] / fuzz / fuzz_targets / channel_target.rs
index 37cf11a8c43510a964fd1199aba0e7a5a6d6a1b1..04a3caccadcb85d08389acede83112729c63d6d0 100644 (file)
@@ -256,7 +256,6 @@ pub fn do_test(data: &[u8]) {
                                Ok(r) => Some(r),
                                Err(e) => match e.action {
                                        None => return,
-                                       Some(ErrorAction::UpdateFailHTLC {..}) => None,
                                        Some(ErrorAction::DisconnectPeer {..}) => return,
                                        Some(ErrorAction::IgnoreError) => None,
                                        Some(ErrorAction::SendErrorMessage {..}) => None,