Skip to content

Commit 80a6c26

Browse files
committed
f - doc fixes
1 parent d716168 commit 80a6c26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ pub enum SpliceContribution {
212212
/// The amount to contribute to the splice.
213213
value: Amount,
214214

215-
/// The inputs used to include in the splice's funding transaction used to meet the
216-
/// contributed amount. Any excess amount will be sent to a change output.
215+
/// The inputs included in the splice's funding transaction to meet the contributed amount.
216+
/// Any excess amount will be sent to a change output.
217217
inputs: Vec<FundingTxInput>,
218218

219219
/// An optional change output script. This will be used if needed or, when not set,
220-
/// generated using `SignerProvider::get_destination_script`.
220+
/// generated using [`SignerProvider::get_destination_script`].
221221
change_script: Option<ScriptBuf>,
222222
},
223223
}

0 commit comments

Comments
 (0)