File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,12 +212,12 @@ pub enum SpliceContribution {
212
212
/// The amount to contribute to the splice.
213
213
value: Amount,
214
214
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.
217
217
inputs: Vec<FundingTxInput>,
218
218
219
219
/// 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`] .
221
221
change_script: Option<ScriptBuf>,
222
222
},
223
223
}
You can’t perform that action at this time.
0 commit comments