Skip to content

Commit

Permalink
remove key
Browse files Browse the repository at this point in the history
  • Loading branch information
kkast committed Jan 17, 2024
1 parent 961a9c8 commit 4604446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/stakingmiddleware/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ package types

// ParamsKey is the key to use for the keeper store.
var (
ParamsKey = []byte{0x01} // key for global staking middleware params in the keeper store
RewardDenomKey = []byte{0x02}
ParamsKey = []byte{0x01} // key for global staking middleware params in the keeper store
)

const (
Expand Down

0 comments on commit 4604446

Please sign in to comment.