Skip to content
Snippets Groups Projects
Commit f5e25729 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

sc-slots: Forward block size limit (#13716)

parent 6213161e
No related merge requests found
......@@ -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()));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment