Skip to content

Commit

Permalink
post merge minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Jun 5, 2024
1 parent 50d08d5 commit 4b7ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/transfer/keeper/relay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
banktestutil "github.com/cosmos/cosmos-sdk/x/bank/testutil"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"

internaltypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/internal/types"
transferkeeper "github.com/cosmos/ibc-go/v8/modules/apps/transfer/keeper"
"github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types"
Expand Down Expand Up @@ -642,6 +641,7 @@ func (suite *KeeperTestSuite) TestOnRecvPacketSetsTotalEscrowAmountForSourceIBCT
timeout, 0,
)

// fund escrow account for transfer and channel-1 on chain B
// denom path: transfer/channel-0
denom = types.NewDenom(
sdk.DefaultBondDenom,
Expand Down

0 comments on commit 4b7ca0e

Please sign in to comment.