Skip to content

Commit

Permalink
update skipped coins
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoykov committed Jun 8, 2022
1 parent 0af4589 commit da9604f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cudoMint/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
// if actual blocks are generated at slower rate then the network will mint tokens more than 3652 days (~10 years)
denom = "acudos" // Hardcoded to the acudos currency. Its not changeable, because some of the math depends on the size of this denomination
totalDays = sdk.NewInt(3652) // Hardcoded to 10 years
InitialNormTimePassed = sdk.NewDecWithPrec(9678829209, 10)
InitialNormTimePassed = sdk.NewDecWithPrec(53172694105988, 14)
FinalNormTimePassed = sdk.NewDec(10)
zeroPointSix = sdk.MustNewDecFromStr("0.6")
twentySixPointFive = sdk.MustNewDecFromStr("26.5")
Expand Down

0 comments on commit da9604f

Please sign in to comment.