We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6441c77 + 3f05a10 commit 6d54633Copy full SHA for 6d54633
src/test/fuzz/p2p_handshake.cpp
@@ -74,7 +74,7 @@ FUZZ_TARGET(p2p_handshake, .init = ::initialize)
74
{
75
CNode& connection = *PickValue(fuzzed_data_provider, peers);
76
if (connection.fDisconnect || connection.fSuccessfullyConnected) {
77
- // Skip if the the connection was disconnected or if the version
+ // Skip if the connection was disconnected or if the version
78
// handshake was already completed.
79
continue;
80
}
0 commit comments