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

Commit

Permalink
make LocalCallExecutor public (#7528)
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Nov 16, 2020
1 parent 77007ed commit f31e778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ pub use sc_tracing::TracingReceiver;
pub use task_manager::SpawnTaskHandle;
pub use task_manager::TaskManager;
pub use sp_consensus::import_queue::ImportQueue;
pub use self::client::LocalCallExecutor;
use sc_client_api::{blockchain::HeaderBackend, BlockchainEvents};

const DEFAULT_PROTOCOL_ID: &str = "sup";
Expand Down

0 comments on commit f31e778

Please sign in to comment.