Skip to content

Commit

Permalink
Merge bitcoin#30651: fuzz: remove repeated word in note
Browse files Browse the repository at this point in the history
3f05a10 remove repeated word in note (sunerok)

Pull request description:

  Fix typo.

ACKs for top commit:
  maflcko:
    ACK 3f05a10
  danielabrozzoni:
    ACK 3f05a10

Tree-SHA512: 709d96ed18608c0ea788b4f0696abad79ab1b81c4f266487d16bbe4cfca5b99b8f7f9a58f830866db9695aa3aebcc6442098b1533d85507729af99709a53d26a
  • Loading branch information
fanquake committed Aug 24, 2024
2 parents 6441c77 + 3f05a10 commit 6d54633
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 6d54633

Please sign in to comment.