Unverified Commit 7381d6c8 authored by Steven Allen's avatar Steven Allen Committed by GitHub

doc(swarm): fix autorelay description

Co-authored-by: default avatarAdin Schmahmann <adin.schmahmann@gmail.com>
parent 297b85cb
......@@ -25,8 +25,8 @@ type SwarmConfig struct {
// EnableAutoRelay enables the "auto relay" feature.
//
// When both EnableAutoRelay and RelayHop are set, this go-ipfs node
// will advertise itself as a public relay, instead of finding and using
// When both EnableAutoRelay and EnableRelayHop are set, this go-ipfs node
// will advertise itself as a public relay. Otherwise it will find and use
// advertised public relays.
EnableAutoRelay bool
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment