diff --git a/zebra-chain/src/block/header.rs b/zebra-chain/src/block/header.rs index 9966b3c4..f6c871e0 100644 --- a/zebra-chain/src/block/header.rs +++ b/zebra-chain/src/block/header.rs @@ -53,8 +53,8 @@ pub struct BlockHeader { /// ThresholdBits(height). /// /// [Bitcoin-nBits](https://bitcoin.org/en/developer-reference#target-nbits) - // pzec has their own wrapper around u32 for this field: - // https://github.com/ZcashFoundation/zebra/blob/master/zebra-primitives/src/compact.rs + // parity-zcash has their own wrapper around u32 for this field, see #572 and: + // https://github.com/paritytech/parity-zcash/blob/master/primitives/src/compact.rs pub bits: u32, /// An arbitrary field that miners can change to modify the header