Skip to content

Commit

Permalink
documentation fix
Browse files Browse the repository at this point in the history
Co-authored-by: ValuedMammal <[email protected]>
  • Loading branch information
LLFourn and ValuedMammal authored Jun 11, 2024
1 parent 558a33a commit 403620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chain/src/keychain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl Balance {
}
}

/// A tuple of keychain index and corresponding [`ScriptBuf`].
/// A tuple of keychain index and an arbitrary `T` representing the indexed value.
pub type Indexed<T> = (u32, T);
/// A tuple of keychain, index and the [`ScriptBuf`] derived at that location.
pub type KeychainIndexed<K, T> = ((K, u32), T);
Expand Down

0 comments on commit 403620e

Please sign in to comment.