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 {
1586
1586
/// channel is ready to be signed by the client. This event will only be triggered
1587
1587
/// if at least one input was contributed by the holder and needs to be signed.
1588
1588
///
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
1590
1590
/// output and a change output if applicable.
1591
1591
///
1592
1592
/// No part of the transaction should be changed before signing as the content of the transaction
1593
1593
/// has already been negotiated with the counterparty.
1594
1594
///
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
1596
1596
/// hence possible loss of funds.
1597
1597
///
1598
1598
/// 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
5918
5918
/// counterparty's signature(s) the funding transaction will automatically be broadcast via the
5919
5919
/// [`BroadcasterInterface`] provided when this `ChannelManager` was constructed.
5920
5920
///
5921
- /// SIGHASH_ALL MUST be used for all signatures when providing signatures.
5921
+ /// ` SIGHASH_ALL` MUST be used for all signatures when providing signatures.
5922
5922
///
5923
5923
/// <div class="warning">
5924
5924
/// 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