Skip to content

Commit a2ad750

Browse files
insipxshamb0
authored andcommitted
make LocalCallExecutor public (paritytech#7528)
1 parent 70ed34c commit a2ad750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/service/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ pub use sc_tracing::TracingReceiver;
8080
pub use task_manager::SpawnTaskHandle;
8181
pub use task_manager::TaskManager;
8282
pub use sp_consensus::import_queue::ImportQueue;
83+
pub use self::client::LocalCallExecutor;
8384
use sc_client_api::{blockchain::HeaderBackend, BlockchainEvents};
8485

8586
const DEFAULT_PROTOCOL_ID: &str = "sup";

0 commit comments

Comments
 (0)