diff --git a/core/src/common/empty_block/production.rs b/core/src/common/empty_block/production.rs index e3ea66389b..cfd4f75247 100644 --- a/core/src/common/empty_block/production.rs +++ b/core/src/common/empty_block/production.rs @@ -19,7 +19,7 @@ use crate::{ full_extensions, }; -pub async fn mine_block( +pub async fn mine_block( ext_mutex: Arc>>>, executor: &WasmExecutor, previous_block_building_info: Option<(InherentData, Digest)>, @@ -83,7 +83,7 @@ where } /// Produces next block containing only inherents. -pub async fn produce_next_block( +pub async fn produce_next_block( ext_mutex: Arc>>>, executor: &WasmExecutor, parent_header: Block::Header,