go-ipfs-config: chore: update comment to match struct
Marcin Rataj committed
Nov 18, 2021 at 01:35 UTC
5ca82266102145575f03d8e2861792dfa326ca1e
1 file changed
+1
-1
config/swarm.go
+1
-1
@@ -24,7 +24,7 @@ type SwarmConfig struct {
24
// it's not reachable from the public internet.
25
//
26
// Deprecated: This flag is deprecated and is overriden by
27
- // `Swarm.AutoRelay.Enabled` if specified.
27
+ // `Swarm.RelayClient.Enabled` if specified.
28
EnableAutoRelay bool `json:",omitempty"`
29
30
// RelayClient controls the client side of "auto relay" feature.