Merge bitcoin/bitcoin#30651: fuzz: remove repeated word in note

3f05a1068d10ffe0f2859cd20c5fc9bc8efa1c70 remove repeated word in note (sunerok)

Pull request description:

  Fix typo.

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

Tree-SHA512: 709d96ed18608c0ea788b4f0696abad79ab1b81c4f266487d16bbe4cfca5b99b8f7f9a58f830866db9695aa3aebcc6442098b1533d85507729af99709a53d26a
This commit is contained in:
merge-script 2024-08-24 18:56:24 +01:00
commit 6d546336e8
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -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;
}