mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
remove repeated word in note
This commit is contained in:
parent
1a41e63575
commit
3f05a1068d
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…
Add table
Reference in a new issue