mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
fix typo (#1285)
This commit is contained in:
committed by
Anton Kaliaev
parent
8d81a259c7
commit
788354d81e
@@ -24,7 +24,7 @@ func initFiles(cmd *cobra.Command, args []string) {
|
||||
} else {
|
||||
privValidator = types.GenPrivValidatorFS(privValFile)
|
||||
privValidator.Save()
|
||||
logger.Info("Genetated private validator", "path", privValFile)
|
||||
logger.Info("Generated private validator", "path", privValFile)
|
||||
}
|
||||
|
||||
// genesis file
|
||||
@@ -43,6 +43,6 @@ func initFiles(cmd *cobra.Command, args []string) {
|
||||
if err := genDoc.SaveAs(genFile); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
logger.Info("Genetated genesis file", "path", genFile)
|
||||
logger.Info("Generated genesis file", "path", genFile)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user