xmaker: rename arbitrage option to enableArbitrage

This commit is contained in:
c9s 2024-10-16 11:44:30 +08:00
parent 0b1773b959
commit a650534a98
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -171,7 +171,7 @@ type Strategy struct {
NotifyTrade bool `json:"notifyTrade"`
EnableArbitrage bool `json:"arbitrage"`
EnableArbitrage bool `json:"enableArbitrage"`
// RecoverTrade tries to find the missing trades via the REStful API
RecoverTrade bool `json:"recoverTrade"`