File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import (
17
17
abci "github.com/cometbft/cometbft/abci/types"
18
18
"github.com/cometbft/cometbft/libs/rand"
19
19
cmtproto "github.com/cometbft/cometbft/proto/tendermint/types"
20
- tmproto "github.com/cometbft/cometbft/proto/tendermint/types"
21
20
dbm "github.com/cosmos/cosmos-db"
22
21
fuzz "github.com/google/gofuzz"
23
22
"github.com/stretchr/testify/assert"
@@ -339,7 +338,7 @@ func TestCreateDuplicate(t *testing.T) {
339
338
func TestCreateWithSimulation (t * testing.T ) {
340
339
ctx , keepers := CreateTestInput (t , false , AvailableCapabilities )
341
340
342
- ctx = ctx .WithBlockHeader (tmproto .Header {Height : 1 }).
341
+ ctx = ctx .WithBlockHeader (cmtproto .Header {Height : 1 }).
343
342
WithGasMeter (storetypes .NewInfiniteGasMeter ())
344
343
345
344
deposit := sdk .NewCoins (sdk .NewInt64Coin ("denom" , 100000 ))
You can’t perform that action at this time.
0 commit comments