Merge HTLC-update events, remove FailHTLC ErrorAction
[rust-lightning] / src / ln / msgs.rs
index 5d4767721dbb08a550b919c94cb6196c20390e41..c3b997566c81ce1b165e166458f641712cd867bc 100644 (file)
@@ -376,11 +376,6 @@ pub struct ChannelUpdate {
 
 /// Used to put an error message in a HandleError
 pub enum ErrorAction {
-       /// Indicates an inbound HTLC add resulted in a failure, and the UpdateFailHTLC provided in msg
-       /// should be sent back to the sender.
-       UpdateFailHTLC {
-               msg: UpdateFailHTLC
-       },
        /// The peer took some action which made us think they were useless. Disconnect them.
        DisconnectPeer {
                msg: Option<ErrorMessage>