Skip to content

Commit

Permalink
Fix typo (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodaNoel committed Jun 6, 2022
1 parent 1302858 commit f2417e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/treasury/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
RewardWeightKey = []byte{0x02} // a key for a reward-weight
TaxCapKey = []byte{0x03} // prefix for each key to a tax-cap
TaxProceedsKey = []byte{0x04} // a key for a tax-proceeds
EpochInitialIssuanceKey = []byte{0x05} // a key for a initial epoch issuance
EpochInitialIssuanceKey = []byte{0x05} // a key for an initial epoch issuance
CumulativeHeightKey = []byte{0x09} // a key for a cumulated height

// Keys for store prefixes of internal purpose variables
Expand Down

0 comments on commit f2417e1

Please sign in to comment.