From df504a32c23f90daebfe72888262c8a3aab9bdf8 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:17:34 +0100 Subject: [PATCH] Update unlocker.go --- payouts/unlocker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payouts/unlocker.go b/payouts/unlocker.go index 147e222..4129986 100644 --- a/payouts/unlocker.go +++ b/payouts/unlocker.go @@ -38,7 +38,7 @@ var disinflationRateDivisor = big.NewInt(5) // Disinflation rate divisor for EC var big32 = big.NewInt(32) var big8 = big.NewInt(8) -var homesteadReward = math.MustParseBig256("4000000000000000000") +var homesteadReward = math.MustParseBig256("5000000000000000000") type BlockUnlocker struct { config *UnlockerConfig