chore!: remove unused KeyPowerReduction var (#10248)

* remove unused KeyPowerReduction var from x/staking

* add changelog
This commit is contained in:
colin axnér
2021-09-28 14:18:09 +02:00
committed by GitHub
parent e9390dfa4c
commit 548c9868bf
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -38,7 +38,6 @@ var (
KeyMaxEntries = []byte("MaxEntries")
KeyBondDenom = []byte("BondDenom")
KeyHistoricalEntries = []byte("HistoricalEntries")
KeyPowerReduction = []byte("PowerReduction")
)
var _ paramtypes.ParamSet = (*Params)(nil)