Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Oct 24, 2023
1 parent e32dd45 commit ca413cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ func (app *ComposableApp) GetTxConfig() client.TxConfig {
// BeginBlocker application updates every begin block
func (app *ComposableApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock {
BeginBlockForks(ctx, app)

fmt.Println("current block is ::::: ", ctx.BlockHeight())
if ctx.BlockHeight() == 328435 {
utils.IterateStoreByPrefix(ctx, app.GetKVStoreKey()[stakingtypes.StoreKey], stakingtypes.ValidatorQueueKey, func(value []byte) (bz []byte) {
addrs := stakingtypes.ValAddresses{}
Expand Down

0 comments on commit ca413cc

Please sign in to comment.