Skip to content

Commit 6be6d06

Browse files
committed
docs(chain): Fix docs for KeychainTxOutIndex
1 parent 5ba4d68 commit 6be6d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chain/src/indexer/keychain_txout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub const DEFAULT_LOOKAHEAD: u32 = 25;
105105
/// ```
106106
///
107107
/// [`Ord`]: core::cmp::Ord
108-
/// [`SpkTxOutIndex`]: crate::spk_txout_index::SpkTxOutIndex
108+
/// [`SpkTxOutIndex`]: crate::spk_txout::SpkTxOutIndex
109109
/// [`Descriptor`]: crate::miniscript::Descriptor
110110
/// [`reveal_to_target`]: Self::reveal_to_target
111111
/// [`reveal_next_spk`]: Self::reveal_next_spk

0 commit comments

Comments
 (0)