Skip to content

Commit

Permalink
doc: improve wording for peering config
Browse files Browse the repository at this point in the history
Co-authored-by: Will <will.scott@protocol.ai>
  • Loading branch information
Stebalien and willscott authored May 26, 2020
1 parent 4cfa305 commit 605b610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/peering.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import "github.com/libp2p/go-libp2p-core/peer"

// Peering configures the peering service.
type Peering struct {
// Peer lists all peers with which this peer peers.
// Peers lists the nodes to attempt to stay connected with.
Peers []peer.AddrInfo
}

0 comments on commit 605b610

Please sign in to comment.