Skip to content

Commit 60274cb

Browse files
committed
updated test_single_contribution to use max_future_epochs 0.
Proofs that configuring HBBFT works in this scenario.
1 parent 208d12b commit 60274cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ethcore/src/engines/hbbft/hbbft_engine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ mod tests {
16911691

16921692
let mut builder: HoneyBadgerBuilder<Contribution, _> =
16931693
HoneyBadger::builder(Arc::new(net_info.clone()));
1694-
builder.max_future_epochs(20);
1694+
builder.max_future_epochs(0);
16951695

16961696
let mut honey_badger = builder.build();
16971697

0 commit comments

Comments
 (0)