Alphanumeric parameter keys
This commit is contained in:
parent
3f59cf1517
commit
7d46b8b50c
|
@ -13,9 +13,9 @@ var (
|
||||||
ProposerKey = []byte{0x04} // key for storing the proposer operator address
|
ProposerKey = []byte{0x04} // key for storing the proposer operator address
|
||||||
|
|
||||||
// params store
|
// params store
|
||||||
ParamStoreKeyCommunityTax = []byte("community-tax")
|
ParamStoreKeyCommunityTax = []byte("communitytax")
|
||||||
ParamStoreKeyBaseProposerReward = []byte("base-proposer-reward")
|
ParamStoreKeyBaseProposerReward = []byte("baseproposerreward")
|
||||||
ParamStoreKeyBonusProposerReward = []byte("bonus-proposer-reward")
|
ParamStoreKeyBonusProposerReward = []byte("bonusproposerreward")
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue