ci: run test pipeline on merge v0.50 branch (#19582)

This commit is contained in:
Julien Robert
2024-02-27 20:22:51 +01:00
committed by GitHub
parent c21c8249c8
commit e7bea5fa52
4 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -12,7 +12,6 @@ import (
dbm "github.com/cosmos/cosmos-db"
coreheader "cosmossdk.io/core/header"
"cosmossdk.io/depinject"
sdkmath "cosmossdk.io/math"
@@ -124,7 +123,7 @@ func NextBlock(app *runtime.App, ctx sdk.Context, jumpTime time.Duration) (sdk.C
header := ctx.BlockHeader()
header.Time = newBlockTime
header.Height = header.Height + 1
header.Height++
newCtx := app.BaseApp.NewUncachedContext(false, header).WithHeaderInfo(coreheader.Info{
Height: header.Height,