We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe237d commit 1f157f0Copy full SHA for 1f157f0
crates/consensus/src/block/mod.rs
@@ -343,7 +343,6 @@ where
343
{
344
fn arbitrary(u: &mut arbitrary::Unstructured<'a>) -> arbitrary::Result<Self> {
345
// first generate up to 100 txs
346
- // first generate a reasonable amount of txs
347
let transactions = (0..u.int_in_range(0..=100)?)
348
.map(|_| T::arbitrary(u))
349
.collect::<arbitrary::Result<Vec<_>>>()?;
0 commit comments