Add update_fail_malformed_htlcs vec to CommitmentUpdate
[rust-lightning] / src / ln / msgs.rs
index 44d71bd332938bc3959f3cf768bfebe5bffcbdcb..6c7c8cfc7281682af919360df1c892342277e820 100644 (file)
@@ -399,6 +399,7 @@ pub struct CommitmentUpdate {
        pub update_add_htlcs: Vec<UpdateAddHTLC>,
        pub update_fulfill_htlcs: Vec<UpdateFulfillHTLC>,
        pub update_fail_htlcs: Vec<UpdateFailHTLC>,
+       pub update_fail_malformed_htlcs: Vec<UpdateFailMalformedHTLC>,
        pub commitment_signed: CommitmentSigned,
 }