Correct comment type for newInboundPeer.
This commit is contained in:
parent
f67358d4db
commit
c379061d6f
1 changed files with 1 additions and 1 deletions
2
peer.go
2
peer.go
|
@ -1629,7 +1629,7 @@ func newPeerBase(s *server, inbound bool) *peer {
|
|||
return &p
|
||||
}
|
||||
|
||||
// newPeer returns a new inbound bitcoin peer for the provided server and
|
||||
// newInboundPeer returns a new inbound bitcoin peer for the provided server and
|
||||
// connection. Use Start to begin processing incoming and outgoing messages.
|
||||
func newInboundPeer(s *server, conn net.Conn) *peer {
|
||||
p := newPeerBase(s, true)
|
||||
|
|
Loading…
Reference in a new issue