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"`