zcash_primitives: Adjust doc comment on `BlockHash`

Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
str4d 2024-01-25 19:17:21 +00:00 committed by GitHub
parent 72c427487b
commit 4873e2586f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ pub use equihash;
/// The identifier for a Zcash block.
///
/// Derived from a [`BlockHeader`].
/// This is the SHA-256d hash of the encoded [`BlockHeader`].
#[derive(Clone, Copy, PartialEq, Eq, Hash)]
pub struct BlockHash(pub [u8; 32]);