From 3f05a1068d10ffe0f2859cd20c5fc9bc8efa1c70 Mon Sep 17 00:00:00 2001 From: sunerok Date: Tue, 13 Aug 2024 15:44:46 -0400 Subject: [PATCH] remove repeated word in note --- src/test/fuzz/p2p_handshake.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/fuzz/p2p_handshake.cpp b/src/test/fuzz/p2p_handshake.cpp index 217655ab70..6c1ed11d45 100644 --- a/src/test/fuzz/p2p_handshake.cpp +++ b/src/test/fuzz/p2p_handshake.cpp @@ -74,7 +74,7 @@ FUZZ_TARGET(p2p_handshake, .init = ::initialize) { CNode& connection = *PickValue(fuzzed_data_provider, peers); if (connection.fDisconnect || connection.fSuccessfullyConnected) { - // Skip if the the connection was disconnected or if the version + // Skip if the connection was disconnected or if the version // handshake was already completed. continue; }