Skip to content
Snippets Groups Projects
Unverified Commit c56bffd7 authored by librelois's avatar librelois
Browse files

typo and rm unused import

parent 6b122c35
No related merge requests found
Pipeline #392516 failed with stages
in 4 minutes and 31 seconds
......@@ -27,7 +27,7 @@ use crate::{
};
use clap::Parser;
use sc_client_api::{Backend, HeaderBackend, UsageProvider};
use sc_client_api::{Backend, HeaderBackend};
use sc_executor::{
precompile_and_serialize_versioned_wasm_runtime, HeapAllocStrategy, DEFAULT_HEAP_ALLOC_STRATEGY,
};
......
......@@ -87,7 +87,7 @@ fn initialize(
unsafe {
sc_executor_wasmtime::create_runtime_from_artifact::<
sp_io::SubstrateHostFunctions,
>(&path, sc_executor_wasmtime::ModuleVersionStrategy::defaut(), config)
>(&path, sc_executor_wasmtime::ModuleVersionStrategy::default(), config)
}
} else {
sc_executor_wasmtime::create_runtime::<sp_io::SubstrateHostFunctions>(blob, config)
......
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