minor typo fix (#8052)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Rupam Dey
2024-05-02 21:39:00 +05:30
committed by GitHub
parent 2af2f0ba46
commit 7845c9c897

View File

@ -22,7 +22,7 @@ use std::{
use tokio::sync::{mpsc, oneshot};
use tokio_stream::wrappers::UnboundedReceiverStream;
/// A simple Rplx subprotocol for
/// A simple Rlpx subprotocol that sends pings and pongs
mod proto {
use super::*;
use reth_eth_wire::capability::Capability;