Fix godoc comment

pull/1126/head
Eugene Kim 6 years ago
parent 7f3d41effd
commit 313b23e3b5
  1. 2
      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

Loading…
Cancel
Save