From 7bace995698618e6bac96e227fba0de5ce960d0b Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 1 Jul 2020 12:44:00 +1000 Subject: [PATCH] fix: Update a comment with the correct parity-zcash path --- 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 9966b3c4c..f6c871e0b 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