linting: remove unused variable

## Description

left over variable
This commit is contained in:
Marko
2020-04-30 13:39:42 +02:00
committed by GitHub
parent 663243c446
commit e4427b7292

View File

@@ -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