From e54438f4e4cd6df12346116f0996d23ee0ae1f16 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Tue, 7 Jul 2020 10:49:01 -0700 Subject: [PATCH] Update zebra-chain/src/block/header.rs --- zebra-chain/src/block/header.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra-chain/src/block/header.rs b/zebra-chain/src/block/header.rs index 4a67d9131..3a1ccba20 100644 --- a/zebra-chain/src/block/header.rs +++ b/zebra-chain/src/block/header.rs @@ -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: