changes added in rlpx

This commit is contained in:
AnilChinchawale 2019-02-12 04:52:29 +05:30
parent e5ee0b3a6a
commit 1adcc815ea

View file

@ -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