mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
remove repeated word in note
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