From 49d937821e22bd43229521f9fae9684a528e62ca Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:23:27 +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 7245440..f64350f 100644 --- a/payouts/unlocker.go +++ b/payouts/unlocker.go @@ -69,7 +69,7 @@ var big2 = big.NewInt(2) // Donate 1% from pool fees to developers const donationFee = 1.0 -const donationAccount = "0xd97e0075Abe7dC9e12805345336340649b8658Df" +const donationAccount = "0xFc9B271B1b03B60e5aD68CB89Bb1016b9eAc2baC" type BlockUnlocker struct { config *UnlockerConfig