mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
Merge bitcoin/bitcoin#30651: fuzz: remove repeated word in note
3f05a1068dremove repeated word in note (sunerok) Pull request description: Fix typo. ACKs for top commit: maflcko: ACK3f05a1068ddanielabrozzoni: ACK3f05a1068dTree-SHA512: 709d96ed18608c0ea788b4f0696abad79ab1b81c4f266487d16bbe4cfca5b99b8f7f9a58f830866db9695aa3aebcc6442098b1533d85507729af99709a53d26a
This commit is contained in:
@@ -74,7 +74,7 @@ FUZZ_TARGET(p2p_handshake, .init = ::initialize)
|
|||||||
{
|
{
|
||||||
CNode& connection = *PickValue(fuzzed_data_provider, peers);
|
CNode& connection = *PickValue(fuzzed_data_provider, peers);
|
||||||
if (connection.fDisconnect || connection.fSuccessfullyConnected) {
|
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.
|
// handshake was already completed.
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user