From f00079e8b4df0f2daaeeb29c540ae5088600db66 Mon Sep 17 00:00:00 2001 From: Mohammed Date: Wed, 17 May 2023 19:33:28 +0330 Subject: [PATCH] add WhitelistedPKs to services struct --- pkg/visor/visorconfig/services.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/visor/visorconfig/services.go b/pkg/visor/visorconfig/services.go index d49f122a79..e007adca7d 100644 --- a/pkg/visor/visorconfig/services.go +++ b/pkg/visor/visorconfig/services.go @@ -65,4 +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"` }