Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Oct 24, 2023
1 parent 6dc5f33 commit c97f292
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 @@ -602,7 +602,6 @@ 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 c97f292

Please sign in to comment.