mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-01 00:19:07 +02:00
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:
commit
6d546336e8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user