Skip to content

Commit

Permalink
bot init fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajansari95 committed Apr 14, 2022
1 parent eb43933 commit 6875b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/commands/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ func StartCommand() *cobra.Command {
}
logging.ShowDebugLog(showDebugLog)

setAndSealConfig(homePath)

err = logging.InitializeBot()
if err != nil {
log.Fatalln(err)
}

setAndSealConfig(homePath)

tmSleepTime, err := cmd.Flags().GetInt(constants.FlagTendermintSleepTime)
if err != nil {
log.Fatalln(err)
Expand Down

0 comments on commit 6875b34

Please sign in to comment.