Skip to content

Commit

Permalink
Merge branch 'feat/sdk-v0.50' into julien/autocli
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Oct 24, 2023
2 parents 74715b0 + 3629651 commit e2c90f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ignite/pkg/cosmosclient/txservice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"cosmossdk.io/math"
abci "github.com/cometbft/cometbft/abci/types"
ctypes "github.com/cometbft/cometbft/rpc/core/types"
sdk "github.com/cosmos/cosmos-sdk/types"
sdktypes "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
Expand Down Expand Up @@ -46,7 +45,7 @@ func TestTxServiceBroadcast(t *testing.T) {
}
tests := []struct {
name string
msg sdk.Msg
msg sdktypes.Msg
opts []cosmosclient.Option
expectedResponse *sdktypes.TxResponse
expectedError string
Expand Down

0 comments on commit e2c90f6

Please sign in to comment.