Skip to content

Commit

Permalink
sc-slots: Forward block size limit (paritytech#13716)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored and nathanwhit committed Jul 19, 2023
1 parent c919fa3 commit 34e5a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/consensus/slots/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pub trait SimpleSlotWorker<B: BlockT> {
inherent_data,
sp_runtime::generic::Digest { logs },
proposing_remaining_duration.mul_f32(0.98),
None,
slot_info.block_size_limit,
)
.map_err(|e| sp_consensus::Error::ClientImport(e.to_string()));

Expand Down

0 comments on commit 34e5a45

Please sign in to comment.