remove unused error

This commit is contained in:
Jonathan Gimeno 2020-02-27 16:02:29 +01:00
parent 2f55b9d255
commit 93e3f33461
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ const (
var errPruningWithGranularOptions = fmt.Errorf("%s flag is not compatible with granular options as %s or %s", flagPruning, flagPruningKeepEvery, flagPruningSnapshotEvery)
var errPruningGranularOptions = fmt.Errorf("%s and %s must be set together", flagPruningSnapshotEvery, flagPruningKeepEvery)
var errPruningOptionsRequired = fmt.Errorf("pruning options required")
// StartCmd runs the service passed in, either stand-alone or in-process with
// Tendermint.