Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze committed Jan 3, 2022
1 parent 13bb71e commit 4d8f264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/apps/transfer/keeper/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package keeper

import (
"fmt"
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
"strings"

capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"

"github.com/armon/go-metrics"
"github.com/cosmos/cosmos-sdk/telemetry"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand All @@ -13,7 +14,6 @@ import (
"github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types"
channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types"
host "github.com/cosmos/ibc-go/v3/modules/core/24-host"
coretypes "github.com/cosmos/ibc-go/v3/modules/core/types"
)

Expand Down Expand Up @@ -51,7 +51,7 @@ import (
// 6. B -> A : sender chain is sink zone. Denom upon receiving: 'denom'
func (k Keeper) SendTransfer(
ctx sdk.Context,
chanCap *capabilitytypes.Capability,
chanCap *capabilitytypes.Capability,
sourcePort,
sourceChannel string,
token sdk.Coin,
Expand Down

0 comments on commit 4d8f264

Please sign in to comment.