dont export resetPrivValidator

This commit is contained in:
Rigel Rozanski 2017-04-10 12:59:43 -04:00 committed by Ethan Buchman
parent 270b68a893
commit 6e662337ff
2 changed files with 10 additions and 4 deletions

View File

@ -36,17 +36,18 @@ func resetAll(cmd *cobra.Command, args []string) {
// XXX: this is totally unsafe.
// it's only suitable for testnets.
func resetPrivValidator(cmd *cobra.Command, args []string) {
ResetPrivValidator(config, log)
resetPrivValidatorLocal(config, log)
}
// Exported so other CLI tools can use it
func ResetAll(c *viper.Viper, l log15.Logger) {
ResetPrivValidator(c, l)
os.RemoveAll(c.GetString("db_dir"))
resetPrivValidatorLocal(c, l)
dataDir := c.GetString("db_dir")
os.RemoveAll(dataDir)
l.Notice("Removed all data", "dir", dataDir)
}
func ResetPrivValidator(c *viper.Viper, l log15.Logger) {
func resetPrivValidatorLocal(c *viper.Viper, l log15.Logger) {
// Get PrivValidator
var privValidator *types.PrivValidator

5
glide.lock generated
View File

@ -167,6 +167,11 @@ imports:
version: d75a52659825e75fff6158388dddc6a5b04f9ba5
subpackages:
- unix
- name: golang.org/x/text
version: f4b4367115ec2de254587813edaa901bc1c723a8
subpackages:
- transform
- unicode/norm
- name: google.golang.org/grpc
version: cbcceb2942a489498cf22b2f918536e819d33f0a
subpackages: