mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
extract determine_new_blocks into a separate utility (#3261)
* extract determine_new_blocks into a separate utility * rework docs
This commit is contained in:
committed by
GitHub
parent
0da70dfa88
commit
462ca043e5
@@ -54,6 +54,7 @@ use thiserror::Error;
|
||||
pub use metered_channel as metered;
|
||||
pub use polkadot_node_network_protocol::MIN_GOSSIP_PEERS;
|
||||
|
||||
pub use determine_new_blocks::determine_new_blocks;
|
||||
/// Error classification.
|
||||
pub use error_handling::{Fault, unwrap_non_fatal};
|
||||
|
||||
@@ -72,6 +73,7 @@ pub mod runtime;
|
||||
/// A rolling session window cache.
|
||||
pub mod rolling_session_window;
|
||||
|
||||
mod determine_new_blocks;
|
||||
mod error_handling;
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user