Skip to content

Commit cef5be5

Browse files
Update exchanges/bybit/convert.go
Co-authored-by: Scott <gloriousCode@users.noreply.github.com>
1 parent 3c9409b commit cef5be5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exchanges/bybit/convert.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ type Coin struct {
5151
SingleFromMaxLimit types.Number `json:"singleFromMaxLimit"` // The maximum amount of fromCoin per transaction
5252
DisableFrom bool `json:"disableFrom"` // true: the coin is disabled to be fromCoin, false: the coin is allowed to be fromCoin
5353
DisableTo bool `json:"disableTo"` // true: the coin is disabled to be toCoin, false: the coin is allowed to be toCoin
54-
5554
// Reserved fields, ignored for now
5655
TimePeriod int `json:"timePeriod"`
5756
SingleToMinLimit types.Number `json:"singleToMinLimit"`

0 commit comments

Comments
 (0)