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

make ClientConfig public (#7544)

parent 75e365a5
No related merge requests found
......@@ -80,7 +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;
pub use self::client::{LocalCallExecutor, ClientConfig};
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