Further simplify get_{inbound,outbound}_pending_htlc_stats
[rust-lightning] / src / ln / msgs.rs
index 7513aa79711da888796c5090bc35fe435773b45e..9ff62de38c6e6ae950d5f4143b65542698918c17 100644 (file)
@@ -467,6 +467,7 @@ pub struct CommitmentUpdate {
        pub(crate) update_fulfill_htlcs: Vec<UpdateFulfillHTLC>,
        pub(crate) update_fail_htlcs: Vec<UpdateFailHTLC>,
        pub(crate) update_fail_malformed_htlcs: Vec<UpdateFailMalformedHTLC>,
+       pub(crate) update_fee: Option<UpdateFee>,
        pub(crate) commitment_signed: CommitmentSigned,
 }