Skip to content

Commit

Permalink
Rename ProstMessage to ProtobufMessage in gossipsub/types
Browse files Browse the repository at this point in the history
  • Loading branch information
StemCll committed Jan 5, 2023
1 parent b13b0e1 commit b9c3218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/gossipsub/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use crate::rpc_proto;
use crate::TopicHash;
use libp2p_core::{connection::ConnectionId, PeerId};
use prometheus_client::encoding::EncodeLabelValue;
use prost::Message as ProstMessage;
use prost::Message as ProtobufMessage;
use std::fmt;
use std::fmt::Debug;

Expand Down

0 comments on commit b9c3218

Please sign in to comment.