Browse Source

Fix typo.

pull/8106/head
M. J. Fromberger 2 years ago
parent
commit
791b3209b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/p2p/pex/reactor.go

+ 1
- 1
internal/p2p/pex/reactor.go View File

@ -191,7 +191,7 @@ func (r *Reactor) processPexCh(ctx context.Context) {
return // channel closed
}
// A request from another peers, or a response to one of our requests.
// A request from another peer, or a response to one of our requests.
dur, err := r.handleMessage(ctx, r.pexCh.ID, envelope)
if err != nil {
r.logger.Error("failed to process message",


Loading…
Cancel
Save