Skip to content

Commit

Permalink
chore(nft): use cosmossdk.io/core/codec instead of github.com/cosmos/…
Browse files Browse the repository at this point in the history
…cosmos-sdk/codec
  • Loading branch information
hoank101 committed Jan 25, 2025
1 parent e9b16a4 commit 395ca39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/nft/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"cosmossdk.io/core/appmodule"
"cosmossdk.io/x/nft"

"github.com/cosmos/cosmos-sdk/codec"
"cosmossdk.io/core/codec"
)

// Keeper of the nft store
Expand Down
2 changes: 1 addition & 1 deletion x/nft/module/depinject.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"cosmossdk.io/x/nft"
"cosmossdk.io/x/nft/keeper"

"github.com/cosmos/cosmos-sdk/codec"
"cosmossdk.io/core/codec"
cdctypes "github.com/cosmos/cosmos-sdk/codec/types"
)

Expand Down

0 comments on commit 395ca39

Please sign in to comment.