remove unused field

This commit is contained in:
なるみ 2022-09-14 02:51:12 +08:00
parent 71ae75df73
commit 7b218e65e2

View File

@ -30,7 +30,6 @@ type Strategy struct {
BaseWeight fixedpoint.Value `json:"baseWeight"`
TargetCurrencies []string `json:"targetCurrencies"`
Threshold fixedpoint.Value `json:"threshold"`
Verbose bool `json:"verbose"`
DryRun bool `json:"dryRun"`
// max amount to buy or sell per order
MaxAmount fixedpoint.Value `json:"maxAmount"`