mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-22 14:21:33 +00:00
Fix copy-paste error in doc string (#1428)
Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
@ -46,8 +46,7 @@ use wasm_timer::{Instant, Interval};
|
||||
|
||||
mod tests;
|
||||
|
||||
/// Network behaviour that automatically identifies nodes periodically, and returns information
|
||||
/// about them.
|
||||
/// Network behaviour that handles the gossipsub protocol.
|
||||
pub struct Gossipsub<TSubstream> {
|
||||
/// Configuration providing gossipsub performance parameters.
|
||||
config: GossipsubConfig,
|
||||
|
Reference in New Issue
Block a user