mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
Merge bitcoin/bitcoin#30651: fuzz: remove repeated word in note
Some checks failed
Some checks failed
3f05a1068d
remove repeated word in note (sunerok) Pull request description: Fix typo. ACKs for top commit: maflcko: ACK3f05a1068d
danielabrozzoni: ACK3f05a1068d
Tree-SHA512: 709d96ed18608c0ea788b4f0696abad79ab1b81c4f266487d16bbe4cfca5b99b8f7f9a58f830866db9695aa3aebcc6442098b1533d85507729af99709a53d26a
This commit is contained in:
commit
6d546336e8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue