We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5531f6 commit ebb7681Copy full SHA for ebb7681
zebra-chain/src/transparent/arbitrary.rs
@@ -28,7 +28,7 @@ impl Arbitrary for Input {
28
29
fn arbitrary_with(height: Self::Parameters) -> Self::Strategy {
30
if let Some(height) = height {
31
- (vec(any::<u8>(), 0..95), any::<u32>())
+ (vec(any::<u8>(), 1..95), any::<u32>())
32
.prop_map(move |(data, sequence)| Input::Coinbase {
33
height,
34
data: if height == block::Height(0) {
0 commit comments