peer: fix small typo
This commit is contained in:
parent
1639d6c070
commit
8bbbe98be9
1 changed files with 1 additions and 1 deletions
|
@ -2097,7 +2097,7 @@ func (p *Peer) negotiateInboundProtocol() error {
|
||||||
return p.readRemoteVerAckMsg()
|
return p.readRemoteVerAckMsg()
|
||||||
}
|
}
|
||||||
|
|
||||||
// negotiateOutoundProtocol performs the negotiation protocol for an outbound
|
// negotiateOutboundProtocol performs the negotiation protocol for an outbound
|
||||||
// peer. The events should occur in the following order, otherwise an error is
|
// peer. The events should occur in the following order, otherwise an error is
|
||||||
// returned:
|
// returned:
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue