Fix validValue rule

This commit is contained in:
Zarko Milosevic
2018-05-14 16:17:21 -04:00
committed by Ethan Buchman
parent 3dde0584ed
commit 2c125b6c78
6 changed files with 23 additions and 6 deletions
-1
View File
@@ -6,7 +6,6 @@ import (
"github.com/spf13/cobra"
"github.com/tendermint/tendermint/p2p"
)
// ShowNodeIDCmd dumps node's ID to the standard output.
@@ -2,6 +2,7 @@ package commands
import (
"fmt"
"github.com/spf13/cobra"
privval "github.com/tendermint/tendermint/types/priv_validator"