File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1586,13 +1586,13 @@ pub enum Event {
15861586 /// channel is ready to be signed by the client. This event will only be triggered
15871587 /// if at least one input was contributed by the holder and needs to be signed.
15881588 ///
1589- /// The transaction contains all inputs provided by both parties along with the channel's funding
1589+ /// The transaction contains all inputs provided by both parties along with the channel's funding
15901590 /// output and a change output if applicable.
15911591 ///
15921592 /// No part of the transaction should be changed before signing as the content of the transaction
15931593 /// has already been negotiated with the counterparty.
15941594 ///
1595- /// Each signature MUST use the SIGHASH_ALL flag to avoid invalidation of the initial commitment and
1595+ /// Each signature MUST use the ` SIGHASH_ALL` flag to avoid invalidation of the initial commitment and
15961596 /// hence possible loss of funds.
15971597 ///
15981598 /// After signing, call [`ChannelManager::funding_transaction_signed`] with the (partially) signed
Original file line number Diff line number Diff line change @@ -5918,7 +5918,7 @@ where
59185918 /// counterparty's signature(s) the funding transaction will automatically be broadcast via the
59195919 /// [`BroadcasterInterface`] provided when this `ChannelManager` was constructed.
59205920 ///
5921- /// SIGHASH_ALL MUST be used for all signatures when providing signatures.
5921+ /// ` SIGHASH_ALL` MUST be used for all signatures when providing signatures.
59225922 ///
59235923 /// <div class="warning">
59245924 /// WARNING: LDK makes no attempt to prevent the counterparty from using non-standard inputs which
You can’t perform that action at this time.
0 commit comments