mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 10:21:05 +00:00
malus - mockable overseer mvp (#3224)
This commit is contained in:
committed by
GitHub
parent
b64d9885ad
commit
44a8aa23d5
@@ -28,9 +28,12 @@ mod command;
|
||||
pub use service::{
|
||||
self,
|
||||
ProvideRuntimeApi, CoreApi, IdentifyVariant,
|
||||
Block, RuntimeApiCollection, TFullClient
|
||||
Block, RuntimeApiCollection, TFullClient,
|
||||
};
|
||||
|
||||
#[cfg(feature = "malus")]
|
||||
pub use service::create_default_subsystems;
|
||||
|
||||
#[cfg(feature = "cli")]
|
||||
pub use cli::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user