Skip to content

Commit

Permalink
re-export WasmExecutionMethod for downstream usage (#239)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
  • Loading branch information
gregdhill authored Mar 8, 2021
1 parent a920e34 commit 201a13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ pub use sc_service::{
config::{
DatabaseConfig,
KeystoreConfig,
WasmExecutionMethod,
},
Error as ServiceError,
};
Expand All @@ -66,7 +67,6 @@ use sc_service::{
NetworkConfiguration,
TaskType,
TelemetryEndpoints,
WasmExecutionMethod,
},
ChainSpec,
Configuration,
Expand Down

0 comments on commit 201a13a

Please sign in to comment.