From 6508540a922183db9231ff4cccdcc4db95158a22 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Sat, 1 Feb 2020 00:26:34 -0500 Subject: [PATCH] Remove derive(Arbitrary) on BlockHeader --- zebra-chain/src/block.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/zebra-chain/src/block.rs b/zebra-chain/src/block.rs index 90c3d0b9..3f77a5cb 100644 --- a/zebra-chain/src/block.rs +++ b/zebra-chain/src/block.rs @@ -73,7 +73,6 @@ impl ZcashDeserialize for BlockHeaderHash { /// header. Each block points backwards to its parent, all the way /// back to the genesis block (the first block in the blockchain). #[derive(Clone, Copy, Debug, Eq, PartialEq)] -//#[cfg_attr(test, derive(Arbitrary))] pub struct BlockHeader { /// A SHA-256d hash in internal byte order of the previous block’s /// header. This ensures no previous block can be changed without