Skip to content

Commit

Permalink
Update comment in keeper.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk authored Jan 23, 2024
1 parent 30c23e6 commit f8b44a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tokenomics/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f8b44a2

Please sign in to comment.