File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ type CoinResponse struct {
44
44
FullName string `json:"fullName"`
45
45
Icon string `json:"icon"`
46
46
IconNight string `json:"iconNight"`
47
- AccuracyLength int `json:"accuracyLength"`
47
+ AccuracyLength int64 `json:"accuracyLength"`
48
48
CoinType string `json:"coinType"`
49
49
Balance types.Number `json:"balance"`
50
50
BalanceInUSDT types.Number `json:"uBalance"`
@@ -53,7 +53,7 @@ type CoinResponse struct {
53
53
DisableFrom bool `json:"disableFrom"` // true: the coin is disabled to be fromCoin, false: the coin is allowed to be fromCoin
54
54
DisableTo bool `json:"disableTo"` // true: the coin is disabled to be toCoin, false: the coin is allowed to be toCoin
55
55
// Reserved fields, ignored for now
56
- TimePeriod int `json:"timePeriod"`
56
+ TimePeriod int64 `json:"timePeriod"`
57
57
SingleToMinLimit types.Number `json:"singleToMinLimit"`
58
58
SingleToMaxLimit types.Number `json:"singleToMaxLimit"`
59
59
DailyFromMinLimit types.Number `json:"dailyFromMinLimit"`
You can’t perform that action at this time.
0 commit comments