diff --git a/app/app.go b/app/app.go index caa6366d34..afcdbd045a 100644 --- a/app/app.go +++ b/app/app.go @@ -573,6 +573,7 @@ func (app *App) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.Respo fmt.Printf("HACKHACK: v1 application should upgrade to v2 at hard-coded upgrade height %v\n", upgradeHeight) got.ConsensusParamUpdates.Version.AppVersion = 2 } + fmt.Printf("EndBlocker returning app version %v\n", got.ConsensusParamUpdates.Version.AppVersion) return got }