Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Aug 9, 2024
1 parent 97ad1ca commit cd91eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ func (app *App) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.R

// EndBlocker application updates every end block
func (app *App) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock {
fmt.Printf("EndBlocker invoked on state machine v1 with req.Height %v\n", req.Height)
got := app.mm.EndBlock(ctx, req)
upgradeHeight := int64(3)
if req.Height == upgradeHeight {
Expand Down

0 comments on commit cd91eff

Please sign in to comment.