From 4323097794d78db40a616b19a200ac04eb6c028b Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Wed, 14 Jun 2023 16:06:08 -0300 Subject: [PATCH] remove redundant configuration feature (#6929) --- zebra-chain/src/block/merkle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/block/merkle.rs b/zebra-chain/src/block/merkle.rs index 4e6dd9891..9f1ef0d45 100644 --- a/zebra-chain/src/block/merkle.rs +++ b/zebra-chain/src/block/merkle.rs @@ -9,7 +9,7 @@ use crate::{ transaction::{self, Transaction, UnminedTx, UnminedTxId, VerifiedUnminedTx}, }; -#[cfg(any(any(test, feature = "proptest-impl"), feature = "proptest-impl"))] +#[cfg(any(test, feature = "proptest-impl"))] use proptest_derive::Arbitrary; /// The root of the Bitcoin-inherited transaction Merkle tree, binding the