mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
sc-slots: Forward block size limit (#13716)
This commit is contained in:
@@ -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()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user