diff --git a/x/distribution/keeper/key.go b/x/distribution/keeper/key.go index 2e59890810..d139f02b87 100644 --- a/x/distribution/keeper/key.go +++ b/x/distribution/keeper/key.go @@ -13,9 +13,9 @@ var ( ProposerKey = []byte{0x04} // key for storing the proposer operator address // params store - ParamStoreKeyCommunityTax = []byte("community-tax") - ParamStoreKeyBaseProposerReward = []byte("base-proposer-reward") - ParamStoreKeyBonusProposerReward = []byte("bonus-proposer-reward") + ParamStoreKeyCommunityTax = []byte("CommunityTax") + ParamStoreKeyBaseProposerReward = []byte("BaseProposerReward") + ParamStoreKeyBonusProposerReward = []byte("BonusProposerReward") ) const (