diff --git a/src/test/fuzz/p2p_handshake.cpp b/src/test/fuzz/p2p_handshake.cpp index 217655ab70dda..6c1ed11d456a2 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; }