mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-24 15:21:33 +00:00
refactor(gossipsub): revise symbol naming to follow conventions (#3303)
Changes regarding the #2217
This commit is contained in:
@ -108,8 +108,8 @@ impl Recorder<libp2p_dcutr::Event> for Metrics {
|
||||
|
||||
#[cfg(feature = "gossipsub")]
|
||||
#[cfg(not(target_os = "unknown"))]
|
||||
impl Recorder<libp2p_gossipsub::GossipsubEvent> for Metrics {
|
||||
fn record(&self, event: &libp2p_gossipsub::GossipsubEvent) {
|
||||
impl Recorder<libp2p_gossipsub::Event> for Metrics {
|
||||
fn record(&self, event: &libp2p_gossipsub::Event) {
|
||||
self.gossipsub.record(event)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user