Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
sc-slots: Forward block size limit (#13716)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored and gpestana committed Apr 20, 2023
1 parent 8077b19 commit 19e9edc
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 19e9edc

Please sign in to comment.