Skip to content

Commit

Permalink
Change variable name (#1561)
Browse files Browse the repository at this point in the history
* add WhitelistedPKs to services struct

* change its name to SurveyWhitelists

* change to SurveyWhitelist
  • Loading branch information
mrpalide authored May 17, 2023
1 parent ea263f3 commit 533fa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/visor/visorconfig/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ type Services struct {
ServiceDiscovery string `json:"service_discovery"`
StunServers []string `json:"stun_servers"`
DNSServer string `json:"dns_server"`
WhitelistedPKs []string `json:"whitelisted_pks"`
SurveyWhitelist []string `json:"survey_whitelist"`
}

0 comments on commit 533fa3f

Please sign in to comment.