mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 23:01:33 +00:00
protocols/identify: Revise symbol naming (#2927)
This commit is contained in:
@ -112,8 +112,8 @@ impl Recorder<libp2p_gossipsub::GossipsubEvent> for Metrics {
|
||||
}
|
||||
|
||||
#[cfg(feature = "identify")]
|
||||
impl Recorder<libp2p_identify::IdentifyEvent> for Metrics {
|
||||
fn record(&self, event: &libp2p_identify::IdentifyEvent) {
|
||||
impl Recorder<libp2p_identify::Event> for Metrics {
|
||||
fn record(&self, event: &libp2p_identify::Event) {
|
||||
self.identify.record(event)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user