From 788af33fb84be1c64cab19064a7a249f67fd65b0 Mon Sep 17 00:00:00 2001 From: Esteban Dimitroff Hodi Date: Thu, 31 Oct 2024 11:05:05 -0300 Subject: [PATCH] Removed outdated comment --- crates/networking/p2p/rlpx/handshake.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/networking/p2p/rlpx/handshake.rs b/crates/networking/p2p/rlpx/handshake.rs index de49736db..87895602f 100644 --- a/crates/networking/p2p/rlpx/handshake.rs +++ b/crates/networking/p2p/rlpx/handshake.rs @@ -306,8 +306,6 @@ impl RLPDecode for AckMessage { } } -// TODO fix this test now that RLPxClient does no longer exist -// https://github.com/lambdaclass/lambda_ethereum_rust/issues/843 #[cfg(test)] mod tests { use std::str::FromStr;