Skip to content

Commit

Permalink
make LocalCallExecutor public (paritytech#7528)
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx authored and darkfriend77 committed Jan 11, 2021
1 parent c28e18e commit 8ddbf18
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 8ddbf18

Please sign in to comment.