From 1adcc815ea440fd7fb24a12ff05bd3b796124749 Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Tue, 12 Feb 2019 04:52:29 +0530 Subject: [PATCH] changes added in rlpx --- p2p/rlpx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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