Skip to content

Commit

Permalink
remove repeated word in note
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Aug 13, 2024
1 parent 1a41e63 commit 3f05a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/fuzz/p2p_handshake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3f05a10

Please sign in to comment.