Browse Source

Update unlocker.go

master
yuriy0803 3 years ago committed by GitHub
parent
commit
f215aba627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      payouts/unlocker.go

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

Loading…
Cancel
Save