zcash_primitives: Adjust doc comment on `BlockHash`
Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
72c427487b
commit
4873e2586f
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue