Update zebra-chain/src/block/header.rs

This commit is contained in:
Henry de Valence 2020-07-07 10:49:01 -07:00
parent ba81d7d4c0
commit e54438f4e4
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ pub struct BlockHeader {
/// hash must be less than or equal to, in the same nBits format
/// used by Bitcoin.
///
/// For a block at block height, bits MUST be equal to
/// ThresholdBits(height).
/// For a block at block height `height`, bits MUST be equal to
/// `ThresholdBits(height)`.
///
/// [Bitcoin-nBits](https://bitcoin.org/en/developer-reference#target-nbits)
// parity-zcash has their own wrapper around u32 for this field, see #572 and: