Skip to content

Commit fb79c61

Browse files
committed
f - fix doc link
1 parent 9847c9e commit fb79c61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ use crate::ln::script::ShutdownScript;
209209
#[derive(Clone)]
210210
pub struct FundingTxInput {
211211
/// The unspent [`TxOut`] that the input spends.
212+
///
213+
/// [`TxOut`]: bitcoin::TxOut
212214
pub(super) utxo: Utxo,
213215

214216
/// The sequence number to use in the [`TxIn`].

0 commit comments

Comments
 (0)