From 09f1e1e213e4e5d8958a99991f41afd89dfd0d22 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Sat, 28 Sep 2019 18:29:10 +0200 Subject: [PATCH] Improve reward paramameter With this parameter amount of FIL distributed after 6y is equal to `50% - 3.94311e-12FIL` License: MIT Signed-off-by: Jakub Sztandera --- build/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/params.go b/build/params.go index 0a7843712..cb92ec62d 100644 --- a/build/params.go +++ b/build/params.go @@ -60,7 +60,7 @@ const CollateralPrecision = 100 const TotalFilecoin = 2000000000 const MiningRewardTotal = 1400000000 -const InitialRewardStr = "153856870367821447423" +const InitialRewardStr = "153856861913558700202" var InitialReward *big.Int