Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update lib.rs
  • Loading branch information
kostiask authored Oct 13, 2022
commit 10ddb68eb0c256f35d1343db013e363c095b2f09
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