Skip to content

Commit

Permalink
go-ipfs-config: doc: improve wording for peering config
Browse files Browse the repository at this point in the history
Co-authored-by: Will <[email protected]>
  • Loading branch information
Stebalien and willscott authored May 26, 2020
1 parent 13bcc4d commit 75bde89
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 75bde89

Please sign in to comment.