diff --git a/node/node.go b/node/node.go index 804bd46a8..efaa9cbc6 100644 --- a/node/node.go +++ b/node/node.go @@ -508,7 +508,7 @@ func (node *Node) AccountManager() *accounts.Manager { return node.accountManager } -// SetDNSFlag indicates whether use harmony dns server to get peer info for node syncing +// SetDNSZone sets the DNS zone to use to get peer info for node syncing func (node *Node) SetDNSZone(zone string) { utils.GetLogger().Info("using DNS zone to get peers", "zone", zone) node.dnsZone = zone