Browse Source
linting: remove unused variable
## Description
left over variable
pull/4787/head
Marko
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
5 deletions
-
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
|
|
|
|