Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kostiask authored Oct 13, 2022
1 parent 37664fe commit 10ddb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/network/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ pub mod config;
pub mod network_state;

#[doc(inline)]
pub use libp2p::{multiaddr, Multiaddr, PeerId};
pub use libp2p::{multiaddr, Multiaddr, PeerId, pnet::PreSharedKey};
pub use protocol::PeerInfo;
pub use sc_network_common::{
protocol::{
Expand Down

0 comments on commit 10ddb68

Please sign in to comment.