Remove derive(Arbitrary) on BlockHeader

This commit is contained in:
Deirdre Connolly 2020-02-01 00:26:34 -05:00 committed by Deirdre Connolly
parent 26469952b0
commit 6508540a92
1 changed files with 0 additions and 1 deletions

View File

@ -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 blocks
/// header. This ensures no previous block can be changed without