Skip to content

Commit

Permalink
chore: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Mar 18, 2024
1 parent d0f11e2 commit 03ec41e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions x/forwarding/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
transfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
<<<<<<< HEAD
"github.com/noble-assets/noble/v4/x/forwarding/types"
=======
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
"github.com/noble-assets/noble/v5/x/forwarding/types"
>>>>>>> 33dc4aa (fix: check channel state (#328))
"github.com/noble-assets/noble/v4/x/forwarding/types"
"github.com/tendermint/tendermint/libs/log"
)

Expand Down
6 changes: 1 addition & 5 deletions x/forwarding/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
transfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
<<<<<<< HEAD
"github.com/noble-assets/noble/v4/x/forwarding/types"
=======
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
"github.com/noble-assets/noble/v5/x/forwarding/types"
>>>>>>> 33dc4aa (fix: check channel state (#328))
"github.com/noble-assets/noble/v4/x/forwarding/types"
)

var _ types.MsgServer = &Keeper{}
Expand Down

0 comments on commit 03ec41e

Please sign in to comment.