Skip to content

Commit dadf5ba

Browse files
committed
f - fix doc links
1 parent 3206408 commit dadf5ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,14 @@ pub struct FundingTxInput {
209209

210210
/// The transaction containing the unspent [`TxOut`] referenced by [`txin`].
211211
///
212+
/// [`TxOut`]: bitcoin::TxOut
212213
/// [`txin`]: Self::txin
213214
pub prevtx: Transaction,
214215

215216
/// The weight of the witness that is needed to spend the [`TxOut`] referenced by [`txin`].
217+
///
218+
/// [`TxOut`]: bitcoin::TxOut
219+
/// [`txin`]: Self::txin
216220
pub witness_weight: Weight,
217221
}
218222

0 commit comments

Comments
 (0)