X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fln%2Fmsgs.rs;h=9ff62de38c6e6ae950d5f4143b65542698918c17;hb=99e01b2a6470c0b3f22b3d58d23e7f3b71be91f1;hp=7513aa79711da888796c5090bc35fe435773b45e;hpb=b2a855b57ace202243a3fd410b94e1e09f22a502;p=rust-lightning diff --git a/src/ln/msgs.rs b/src/ln/msgs.rs index 7513aa79..9ff62de3 100644 --- a/src/ln/msgs.rs +++ b/src/ln/msgs.rs @@ -467,6 +467,7 @@ pub struct CommitmentUpdate { pub(crate) update_fulfill_htlcs: Vec, pub(crate) update_fail_htlcs: Vec, pub(crate) update_fail_malformed_htlcs: Vec, + pub(crate) update_fee: Option, pub(crate) commitment_signed: CommitmentSigned, }