Skip to content

Commit d1d2dc7

Browse files
Fix LazyBlock
1 parent 925a709 commit d1d2dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/fake_runtime_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ sp_api::impl_runtime_apis! {
217217
}
218218

219219
fn execute_block(
220-
_: Block,
220+
_: <Block as BlockT>::LazyBlock,
221221
_: bool,
222222
_: bool,
223223
_: frame_try_runtime::TryStateSelect,

0 commit comments

Comments
 (0)