diff --git a/p2p/rlpx.go b/p2p/rlpx.go index 037f45d89a..6967de9bff 100644 --- a/p2p/rlpx.go +++ b/p2p/rlpx.go @@ -122,7 +122,7 @@ func (t *rlpx) close(err error) { } func (t *rlpx) doProtoHandshake(our *protoHandshake) (their *protoHandshake, err error) { - + // Writing our handshake happens concurrently, we prefer // returning the handshake read error. If the remote side // disconnects us early with a valid reason, we should return it