go-ipfs-config: doc: improve wording for peering config
Co-authored-by: Will <will.scott@protocol.ai>
Steven Allen committed
May 25, 2020 at 19:14 UTC
75bde89788a3feac84fb258b9edc2d09ac24ce0b
1 file changed
+1
-1
config/peering.go
+1
-1
@@ -4,6 +4,6 @@ import "github.com/libp2p/go-libp2p-core/peer"
4
5
// Peering configures the peering service.
6
type Peering struct {
7
- // Peer lists all peers with which this peer peers.
7
+ // Peers lists the nodes to attempt to stay connected with.
8
Peers []peer.AddrInfo
9
}