Skip to content

Commit 201a13a

Browse files
authored
re-export WasmExecutionMethod for downstream usage (paritytech#239)
Signed-off-by: Gregory Hill <[email protected]>
1 parent a920e34 commit 201a13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ pub use sc_service::{
5858
config::{
5959
DatabaseConfig,
6060
KeystoreConfig,
61+
WasmExecutionMethod,
6162
},
6263
Error as ServiceError,
6364
};
@@ -66,7 +67,6 @@ use sc_service::{
6667
NetworkConfiguration,
6768
TaskType,
6869
TelemetryEndpoints,
69-
WasmExecutionMethod,
7070
},
7171
ChainSpec,
7272
Configuration,

0 commit comments

Comments
 (0)