diff --git a/x/tokenomics/keeper/keeper.go b/x/tokenomics/keeper/keeper.go index 2af4e51a5..635b330a4 100644 --- a/x/tokenomics/keeper/keeper.go +++ b/x/tokenomics/keeper/keeper.go @@ -14,7 +14,7 @@ import ( // Keeper is the structure that implements the `KeeperI` interface. -// TODO_TECHDEBT(#240): See `x/auth/keeper.keeper.go` in the Cosmos SDK on how +// TODO_TECHDEBT(#240): See `x/nft/keeper.keeper.go` in the Cosmos SDK on how // we should refactor all our keepers. This keeper has started following a small // subset of those patterns. type Keeper struct {