|
|
|
@ -20,7 +20,6 @@ type UnlockerConfig struct { |
|
|
|
Enabled bool `json:"enabled"` |
|
|
|
Enabled bool `json:"enabled"` |
|
|
|
PoolFee float64 `json:"poolFee"` |
|
|
|
PoolFee float64 `json:"poolFee"` |
|
|
|
PoolFeeAddress string `json:"poolFeeAddress"` |
|
|
|
PoolFeeAddress string `json:"poolFeeAddress"` |
|
|
|
Donate bool `json:"donate"` |
|
|
|
|
|
|
|
Depth int64 `json:"depth"` |
|
|
|
Depth int64 `json:"depth"` |
|
|
|
ImmatureDepth int64 `json:"immatureDepth"` |
|
|
|
ImmatureDepth int64 `json:"immatureDepth"` |
|
|
|
KeepTxFees bool `json:"keepTxFees"` |
|
|
|
KeepTxFees bool `json:"keepTxFees"` |
|
|
|
|