From 201a13aa4e5540fada0fca96ef00f41017d85877 Mon Sep 17 00:00:00 2001 From: Greg Hill Date: Mon, 8 Mar 2021 10:55:42 +0000 Subject: [PATCH] re-export WasmExecutionMethod for downstream usage (#239) Signed-off-by: Gregory Hill --- client/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/lib.rs b/client/src/lib.rs index 0f8946ae81962..4297498684e39 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -58,6 +58,7 @@ pub use sc_service::{ config::{ DatabaseConfig, KeystoreConfig, + WasmExecutionMethod, }, Error as ServiceError, }; @@ -66,7 +67,6 @@ use sc_service::{ NetworkConfiguration, TaskType, TelemetryEndpoints, - WasmExecutionMethod, }, ChainSpec, Configuration,