aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunerok <justinvforvendetta@gmail.com>2024-08-13 15:44:46 -0400
committersunerok <justinvforvendetta@gmail.com>2024-08-13 15:44:46 -0400
commit3f05a1068d10ffe0f2859cd20c5fc9bc8efa1c70 (patch)
tree9d4ce0a058be417a5587582529cbf968677729f3
parent1a41e63575986887ae34993b4433ec711ae0ffbc (diff)
remove repeated word in note
-rw-r--r--src/test/fuzz/p2p_handshake.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}