Skip to content

Commit 3f05a10

Browse files
remove repeated word in note
1 parent 1a41e63 commit 3f05a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/fuzz/p2p_handshake.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ FUZZ_TARGET(p2p_handshake, .init = ::initialize)
7474
{
7575
CNode& connection = *PickValue(fuzzed_data_provider, peers);
7676
if (connection.fDisconnect || connection.fSuccessfullyConnected) {
77-
// Skip if the the connection was disconnected or if the version
77+
// Skip if the connection was disconnected or if the version
7878
// handshake was already completed.
7979
continue;
8080
}

0 commit comments

Comments
 (0)