Browse Source

core/network: fix typo

readme-clean-up-toc
Michele Mastrogiovanni 2 years ago
committed by GitHub
parent
commit
7357a00623
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      core/network/network.go

4
core/network/network.go

@ -174,10 +174,10 @@ type Dialer interface {
// Peers returns the peers connected
Peers() []peer.ID
// Conns returns the connections in this Netowrk
// Conns returns the connections in this Network
Conns() []Conn
// ConnsToPeer returns the connections in this Netowrk for given peer.
// ConnsToPeer returns the connections in this Network for given peer.
ConnsToPeer(p peer.ID) []Conn
// Notify/StopNotify register and unregister a notifiee for signals

Loading…
Cancel
Save