Skip to content

Commit

Permalink
Merge pull request #4 from initia-labs/feat/batch
Browse files Browse the repository at this point in the history
Feat/batch
  • Loading branch information
beer-1 authored Jul 31, 2024
2 parents 8429e84 + 7231531 commit d8df132
Show file tree
Hide file tree
Showing 29 changed files with 1,661 additions and 66 deletions.
2 changes: 1 addition & 1 deletion bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func NewBot(name bottypes.BotType, logger *zap.Logger, homePath string, configNa
return nil, err
}
server := server.NewServer()
return executor.NewExecutor(cfg, db, server, logger, appCodec, txConfig), nil
return executor.NewExecutor(cfg, db, server, logger, appCodec, txConfig, homePath), nil
}

return nil, errors.New("not providing bot name")
Expand Down
Loading

0 comments on commit d8df132

Please sign in to comment.