Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Reexport the ExecutionStrategy as it's used within ExecutionStrategies
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed May 23, 2021
1 parent 36b1a0a commit ea24881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/api/src/execution_extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ use sp_runtime::{
generic::BlockId,
traits,
};
use sp_state_machine::{ExecutionStrategy, ExecutionManager, DefaultHandler};
use sp_state_machine::{ExecutionManager, DefaultHandler};
pub use sp_state_machine::ExecutionStrategy;
use sp_externalities::Extensions;
use parking_lot::RwLock;

Expand Down

0 comments on commit ea24881

Please sign in to comment.