fix comments

pull/539/head
Minh Doan 6 years ago committed by Minh Doan
parent 8db0e3a003
commit 042c3e2005
  1. 1
      internal/configs/node/config.go

@ -97,6 +97,7 @@ func GetConfigs(index int) *ConfigType {
return &configs[index]
}
// GetGlobalConfig returns global config.
func GetGlobalConfig() *ConfigType {
return GetConfigs(Global)
}

Loading…
Cancel
Save