From e4427b72928e5a8066f75cdc98e3d84a038cc17b Mon Sep 17 00:00:00 2001 From: Marko Date: Thu, 30 Apr 2020 13:39:42 +0200 Subject: [PATCH] linting: remove unused variable ## Description left over variable --- config/config.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/config.go b/config/config.go index 49ccf186a..7ffe6259f 100644 --- a/config/config.go +++ b/config/config.go @@ -51,11 +51,6 @@ var ( defaultAddrBookPath = filepath.Join(defaultConfigDir, defaultAddrBookName) ) -var ( - oldPrivVal = "priv_validator.json" - oldPrivValPath = filepath.Join(defaultConfigDir, oldPrivVal) -) - // Config defines the top level configuration for a Tendermint node type Config struct { // Top level options use an anonymous struct