From da9604f7ab0a02a01c8647cd2330d0c75cb80b90 Mon Sep 17 00:00:00 2001 From: Kamen Stoykov Date: Wed, 8 Jun 2022 16:55:45 +0000 Subject: [PATCH] update skipped coins --- x/cudoMint/abci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/cudoMint/abci.go b/x/cudoMint/abci.go index c1a95e00..e5ab7431 100644 --- a/x/cudoMint/abci.go +++ b/x/cudoMint/abci.go @@ -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")