go-ipfs-config: set Swarm.EnableAutoRelay to omitempty

Co-authored-by: Marcin Rataj <lidel@lidel.org>
This commit is contained in:
Marten Seemann 2021-11-15 17:34:58 +04:00 committed by GitHub
parent dcf17eb24a
commit bf3a2ca8de

View File

@ -25,7 +25,7 @@ type SwarmConfig struct {
//
// Deprecated: This flag is deprecated and is overriden by
// `Swarm.AutoRelay.Enabled` if specified.
EnableAutoRelay bool
EnableAutoRelay bool `json:",omitempty"`
// AutoRelay controls the "auto relay service" feature.
// When enabled, the node will use relays if it is not publicly reachable.