polkadot-test-service: Enable wasmtime feature (#4762)

We use the `Compiled` wasm execution and for that the `wasmtime` needs
to be enabled.
This commit is contained in:
Bastian Köcher
2022-01-21 16:18:21 +01:00
committed by GitHub
parent 3cb2d62665
commit 8756678a83
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ use sc_network::{
config::{NetworkConfiguration, TransportConfig},
multiaddr,
};
use service::{
use sc_service::{
config::{DatabaseSource, KeystoreConfig, MultiaddrWithPeerId, WasmExecutionMethod},
BasePath, Configuration, KeepBlocks, Role, RpcHandlers, TaskManager, TransactionStorageMode,
};