Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Companion PR for WASM Local-blob Overwrite #1826

Closed
wants to merge 8 commits into from
1 change: 1 addition & 0 deletions node/test-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ pub fn node_config(
pruning: Default::default(),
chain_spec: Box::new(spec),
wasm_method: WasmExecutionMethod::Interpreted,
wasm_runtime_overwrites: Default::default(),
// NOTE: we enforce the use of the native runtime to make the errors more debuggable
execution_strategies: ExecutionStrategies {
syncing: sc_client_api::ExecutionStrategy::NativeWhenPossible,
Expand Down