Skip to content

Commit

Permalink
Fix FeeOfMultipleMaxBlockProposalsLimit failed
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Jul 20, 2023
1 parent fa7c7bc commit 9f14ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/specs/mining/fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl Spec for FeeOfMultipleMaxBlockProposalsLimit {
});

(0..multiple).for_each(|_| {
let block = node.new_block(None, None, None);
let block = node.new_block_with_blocking(|template| template.proposals.is_empty());
node.submit_block(&block);
assert_eq!(
max_block_proposals_limit as usize,
Expand Down

0 comments on commit 9f14ab1

Please sign in to comment.