Browse Source

linting: remove unused variable

## Description

left over variable
pull/4787/head
Marko 4 years ago
committed by GitHub
parent
commit
e4427b7292
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      config/config.go

+ 0
- 5
config/config.go 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


Loading…
Cancel
Save