We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a41e63 commit 3f05a10Copy full SHA for 3f05a10
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