go-ipfs-config: doc(swarm): fix autorelay description
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
Steven Allen committed
Jun 15, 2020 at 19:55 UTC
0f17ef601f60da9e358cc6604a0de3329e865ca2
1 file changed
+2
-2
config/swarm.go
+2
-2
@@ -25,8 +25,8 @@ type SwarmConfig struct {
25
26
// EnableAutoRelay enables the "auto relay" feature.
27
//
28
- // When both EnableAutoRelay and RelayHop are set, this go-ipfs node
29
- // will advertise itself as a public relay, instead of finding and using
28
+ // When both EnableAutoRelay and EnableRelayHop are set, this go-ipfs node
29
+ // will advertise itself as a public relay. Otherwise it will find and use
30
// advertised public relays.
31
EnableAutoRelay bool
32