Skip to content

Commit

Permalink
Correct inflation.proto typo (evmos#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolube authored May 14, 2022
1 parent 9d258c0 commit ded5d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/evmos/inflation/v1/inflation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ option go_package = "github.com/tharsis/evmos/v4/x/inflation/types";
// InflationDistribution defines the distribution in which inflation is
// allocated through minting on each epoch (staking, incentives, community). It
// excludes the team vesting distribution, as this is minted once at genesis.
// The initial InflationDistribution can be calculated from the Evmvos Token
// The initial InflationDistribution can be calculated from the Evmos Token
// Model like this:
// mintDistribution1 = distribution1 / (1 - teamVestingDistribution)
// 0.5333333 = 40% / (1 - 25%)
Expand Down Expand Up @@ -64,4 +64,4 @@ message ExponentialCalculation {
(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Dec",
(gogoproto.nullable) = false
];
}
}

0 comments on commit ded5d91

Please sign in to comment.