Skip to content

Commit 6d54633

Browse files
committed
Merge bitcoin#30651: fuzz: remove repeated word in note
3f05a10 remove repeated word in note (sunerok) Pull request description: Fix typo. ACKs for top commit: maflcko: ACK 3f05a10 danielabrozzoni: ACK 3f05a10 Tree-SHA512: 709d96ed18608c0ea788b4f0696abad79ab1b81c4f266487d16bbe4cfca5b99b8f7f9a58f830866db9695aa3aebcc6442098b1533d85507729af99709a53d26a
2 parents 6441c77 + 3f05a10 commit 6d54633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/fuzz/p2p_handshake.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ FUZZ_TARGET(p2p_handshake, .init = ::initialize)
7474
{
7575
CNode& connection = *PickValue(fuzzed_data_provider, peers);
7676
if (connection.fDisconnect || connection.fSuccessfullyConnected) {
77-
// Skip if the the connection was disconnected or if the version
77+
// Skip if the connection was disconnected or if the version
7878
// handshake was already completed.
7979
continue;
8080
}

0 commit comments

Comments
 (0)