Missing colon in comment for dnsSync.Server

pull/3681/head
ntsanov 4 years ago
parent 774dadd369
commit a042c9f5f6
  1. 2
      cmd/harmony/config.go

@ -44,7 +44,7 @@ type dnsSync struct {
Zone string // replaces: Network.DNSZone Zone string // replaces: Network.DNSZone
LegacySyncing bool // replaces: Network.LegacySyncing LegacySyncing bool // replaces: Network.LegacySyncing
Client bool // replaces: Sync.LegacyClient Client bool // replaces: Sync.LegacyClient
Server bool // replaces Sync.LegacyServer Server bool // replaces: Sync.LegacyServer
ServerPort int ServerPort int
} }

Loading…
Cancel
Save