Skip to content

Commit dd7cb01

Browse files
committed
f doc formatting
1 parent c8f981c commit dd7cb01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lightning/src/events/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)