X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;h=f7ec29e79e1898bc12e79594a43bc206f55f2791;hb=0aaba2ce45a5f295aa76ff4afeaf96fa5f52bb5a;hp=28bd6978f6a5c9c7dad0563639e30a163bec5062;hpb=f4ab077a6938e5a2a28e33c25011cb80ce0a6611;p=rust-lightning diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index 28bd6978..f7ec29e7 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -249,7 +249,7 @@ pub enum BumpTransactionEvent { /// with additional inputs to meet the target feerate. Failure to meet the target feerate /// decreases the confirmation odds of the transaction package (which includes the commitment /// and child anchor transactions), possibly resulting in a loss of funds. Once the transaction - /// is constructed, it must be fully signed for and broadcasted by the consumer of the event + /// is constructed, it must be fully signed for and broadcast by the consumer of the event /// along with the `commitment_tx` enclosed. Note that the `commitment_tx` must always be /// broadcast first, as the child anchor transaction depends on it. ///