From f215aba62778be0a4deb1448e9664409542a59e2 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sat, 31 Dec 2022 14:46:47 +0100 Subject: [PATCH] Update unlocker.go --- payouts/unlocker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/payouts/unlocker.go b/payouts/unlocker.go index d097d66..fedaadf 100644 --- a/payouts/unlocker.go +++ b/payouts/unlocker.go @@ -20,7 +20,6 @@ type UnlockerConfig struct { Enabled bool `json:"enabled"` PoolFee float64 `json:"poolFee"` PoolFeeAddress string `json:"poolFeeAddress"` - Donate bool `json:"donate"` Depth int64 `json:"depth"` ImmatureDepth int64 `json:"immatureDepth"` KeepTxFees bool `json:"keepTxFees"`