mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 00:57:57 +00:00
Remove the #[doc(hidden)] reexports of sc_network (#5264)
* Remove the #[doc(hidden)] reexports of sc_network * Fix tests not building
This commit is contained in:
@@ -183,13 +183,6 @@ pub use libp2p::{Multiaddr, PeerId};
|
||||
#[doc(inline)]
|
||||
pub use libp2p::multiaddr;
|
||||
|
||||
// Note: these re-exports shouldn't be part of the public API of the crate and will be removed in
|
||||
// the future.
|
||||
#[doc(hidden)]
|
||||
pub use protocol::message;
|
||||
#[doc(hidden)]
|
||||
pub use protocol::message::Status as StatusMessage;
|
||||
|
||||
pub use sc_peerset::ReputationChange;
|
||||
|
||||
/// Extension trait for `NetworkBehaviour` that also accepts discovering nodes.
|
||||
|
||||
Reference in New Issue
Block a user