Skip to content

Commit

Permalink
fix: reduce redundant logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fx0x55 committed Dec 20, 2022
1 parent be686bb commit 413d8c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ func (app *App) Name() string { return app.BaseApp.Name() }
func (app *App) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock {
// hard-fork
// v2 - fork
ctx.Logger().With("app/beginBlock").Info("beginBlock", "height", ctx.BlockHeight())
if ctx.BlockHeight() == int64(pxtypes.V2HardForkHeight()) {
err := v2.Upgrade(ctx, app.UpgradeKeeper)
if err != nil {
Expand Down

0 comments on commit 413d8c0

Please sign in to comment.