Skip to content

Commit

Permalink
go-ipfs-config: chore: update comment to match struct
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Nov 18, 2021
1 parent 7fe155c commit 5ca8226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type SwarmConfig struct {
// it's not reachable from the public internet.
//
// Deprecated: This flag is deprecated and is overriden by
// `Swarm.AutoRelay.Enabled` if specified.
// `Swarm.RelayClient.Enabled` if specified.
EnableAutoRelay bool `json:",omitempty"`

// RelayClient controls the client side of "auto relay" feature.
Expand Down

0 comments on commit 5ca8226

Please sign in to comment.