Skip to content

Commit

Permalink
fix: some issues when update to sdk50
Browse files Browse the repository at this point in the history
  • Loading branch information
Khanh Hoa committed Jun 11, 2024
1 parent 08a2a6d commit 93f377e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ import (

custombankkeeper "github.com/notional-labs/composable/v6/custom/bank/keeper"

pfm "github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8/packetforward"
pfmkeeper "github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8/packetforward/keeper"
pfmtypes "github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8/packetforward/types"

Expand Down
6 changes: 6 additions & 0 deletions x/ibctransfermiddleware/keeper/keeper.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
package keeper

import (
"encoding/json"
"fmt"
"time"

"cosmossdk.io/log"

"github.com/notional-labs/composable/v6/x/ibctransfermiddleware/types"

storetypes "cosmossdk.io/store/types"
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
ibctypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"
)

// Keeper of the staking middleware store
Expand Down

0 comments on commit 93f377e

Please sign in to comment.