From a6093f360dfc4c9f6f24e347e9e591a3eefa6064 Mon Sep 17 00:00:00 2001 From: yuandu Date: Tue, 11 Jul 2023 15:38:07 +0800 Subject: [PATCH 1/2] chore: fix doc --- docs/features/mint.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/mint.md b/docs/features/mint.md index a71493149..f8c6701d7 100644 --- a/docs/features/mint.md +++ b/docs/features/mint.md @@ -28,8 +28,8 @@ AnnualInflationAmount = inflationBasement * inflationRate blockInflationAmount = AnnualInflationAmount * blockCostTime / (year) ``` -The value of `inflationBasement` is specified in genesis file. By default its value `2000000000iris`(2 billion iris, `1 iris` equals `1*10^18 uiris`), and its value will never be changed. -Suppose `blockCostTime` is 5000 millisecond, and `inflationRate` is `4%`, then the inflation amount will be `12675235125611580094uiris` (`12.675235125611580094iris`) +The value of `inflationBasement` is specified in genesis file. By default its value `2000000000iris`(2 billion iris, `1 iris` equals `1*10^6 uiris`), and its value will never be changed. +Suppose `blockCostTime` is 5000 millisecond, and `inflationRate` is `4%`, then the inflation amount will be `12675235uiris` (`12.675235iris`) ## Impact to users From e43b5c38c06adfab20afe1f14750be0b3584a77d Mon Sep 17 00:00:00 2001 From: yuandu Date: Tue, 11 Jul 2023 16:18:52 +0800 Subject: [PATCH 2/2] chore: fix doc --- docs/features/mint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/mint.md b/docs/features/mint.md index f8c6701d7..7708918dd 100644 --- a/docs/features/mint.md +++ b/docs/features/mint.md @@ -29,7 +29,7 @@ blockInflationAmount = AnnualInflationAmount * blockCostTime / (year) ``` The value of `inflationBasement` is specified in genesis file. By default its value `2000000000iris`(2 billion iris, `1 iris` equals `1*10^6 uiris`), and its value will never be changed. -Suppose `blockCostTime` is 5000 millisecond, and `inflationRate` is `4%`, then the inflation amount will be `12675235uiris` (`12.675235iris`) +Suppose `blockCostTime` is 5000 millisecond, and `inflationRate` is `4%`, then the inflation amount will be `12683917uiris` (`12.683917iris`) ## Impact to users