diff --git a/zcash_primitives/src/block.rs b/zcash_primitives/src/block.rs index 2b332016a..e24dc1d2d 100644 --- a/zcash_primitives/src/block.rs +++ b/zcash_primitives/src/block.rs @@ -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]);