re-export WasmExecutionMethod for downstream usage (#239)

Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
This commit is contained in:
Greg Hill
2021-03-08 10:55:42 +00:00
committed by GitHub
parent a920e34c20
commit 201a13aa4e
+1 -1
View File
@@ -58,6 +58,7 @@ pub use sc_service::{
config::{ config::{
DatabaseConfig, DatabaseConfig,
KeystoreConfig, KeystoreConfig,
WasmExecutionMethod,
}, },
Error as ServiceError, Error as ServiceError,
}; };
@@ -66,7 +67,6 @@ use sc_service::{
NetworkConfiguration, NetworkConfiguration,
TaskType, TaskType,
TelemetryEndpoints, TelemetryEndpoints,
WasmExecutionMethod,
}, },
ChainSpec, ChainSpec,
Configuration, Configuration,