mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 10:01:25 +00:00
protocols/gossipsub/tests/smoke: Improve wait_for reporting (#1737)
This commit is contained in:
@ -1454,7 +1454,7 @@ impl fmt::Debug for GossipsubRpc {
|
||||
}
|
||||
|
||||
/// Event that can happen on the gossipsub behaviour.
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum GossipsubEvent {
|
||||
/// A message has been received. This contains the PeerId that we received the message from,
|
||||
/// the message id (used if the application layer needs to propagate the message) and the
|
||||
@ -1534,4 +1534,3 @@ impl fmt::Debug for PublishConfig {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user