Skip to content

Commit 34a86fb

Browse files
shazbertCopilot
andauthored
Update exchanges/gateio/gateio_wrapper.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9d69a6c commit 34a86fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchanges/gateio/gateio_wrapper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ func (e *Exchange) GetFuturesContractDetails(ctx context.Context, a asset.Item)
18341834
Name: contracts[i].Name,
18351835
Underlying: contracts[i].Name,
18361836
Asset: a,
1837-
IsActive: !contracts[i].DelistedTime.Time().IsZero(),
1837+
IsActive: contracts[i].DelistedTime.Time().IsZero(),
18381838
Type: futures.Perpetual,
18391839
SettlementType: contractSettlementType,
18401840
SettlementCurrencies: currency.Currencies{settle},

0 commit comments

Comments
 (0)