mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: typos (#14330)
This commit is contained in:
@ -45,7 +45,7 @@ impl CustomRlpxProtoMessage {
|
||||
message: CustomRlpxProtoMessageKind::PingMessage(msg.into()),
|
||||
}
|
||||
}
|
||||
/// Creates a ping message
|
||||
/// Creates a pong message
|
||||
pub fn pong_message(msg: impl Into<String>) -> Self {
|
||||
Self {
|
||||
message_type: CustomRlpxProtoMessageId::PongMessage,
|
||||
|
||||
Reference in New Issue
Block a user