From 230f88fe06f307fda638e952a5bb07f7b111d1cc Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 28 Apr 2023 18:06:32 +0200 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 29a6a5f..7080e25 100644 --- a/payouts/unlocker.go +++ b/payouts/unlocker.go @@ -38,7 +38,7 @@ const minDepth = 16 // params for ethereumPow const byzantiumHardForkHeightethereumPow = 7280000 -var byzantiumEthereumpoweero = math.MustParseBig256("2000000000000000000") +var byzantiumEthereumpow = math.MustParseBig256("2000000000000000000") // Donate 1% from pool fees to developers const donationFee = 1.0