mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 18:37:59 +00:00
Unify ChainSync actions under one enum (follow-up) (#2317)
Get rid of public `ChainSync::..._requests()` functions and return all requests as actions. --------- Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
//! Blockchain syncing implementation in Substrate.
|
||||
|
||||
pub use service::chain_sync::SyncingService;
|
||||
pub use service::syncing_service::SyncingService;
|
||||
pub use types::{SyncEvent, SyncEventStream, SyncState, SyncStatus, SyncStatusProvider};
|
||||
|
||||
mod block_announce_validator;
|
||||
|
||||
Reference in New Issue
Block a user