Skip to content
Snippets Groups Projects
Commit 32be2645 authored by Andrew Plaza's avatar Andrew Plaza Committed by GitHub
Browse files

make LocalCallExecutor public (#7528)

parent 4f77408a
No related merge requests found
......@@ -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";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment