From c9079e7f6fb23ecc87068d5a2921f8ca7f8f6819 Mon Sep 17 00:00:00 2001 From: Nikita Kryuchkov Date: Fri, 17 Apr 2020 18:41:13 +0300 Subject: [PATCH] Remove unused field in hypervisor config --- pkg/visor/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/visor/config.go b/pkg/visor/config.go index 07d2e7f6e2..496ecb0937 100644 --- a/pkg/visor/config.go +++ b/pkg/visor/config.go @@ -422,7 +422,6 @@ func DefaultUptimeTrackerConfig() *UptimeTrackerConfig { // HypervisorConfig represents hypervisor configuration. type HypervisorConfig struct { PubKey cipher.PubKey `json:"public_key"` - Addr string `json:"address"` } // AppConfig defines app startup parameters.