Merge pull request #1 from ethereum/master

p2p: correct comments typo (#17184)
This commit is contained in:
jkcomment 2018-07-18 17:11:11 +09:00 committed by GitHub
commit 06624ca5cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -376,7 +376,7 @@ func (p *Peer) getProto(code uint64) (*protoRW, error) {
type protoRW struct {
Protocol
in chan Msg // receices read messages
in chan Msg // receives read messages
closed <-chan struct{} // receives when peer is shutting down
wstart <-chan struct{} // receives when write may start
werr chan<- error // for write results