Skip to content

Commit 0157620

Browse files
committed
adding bug reference bitfinex client
1 parent 98650db commit 0157620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchanges/bitfinex.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func (wrapper *BitfinexWrapper) subscribeMarketSummaryFeed(market *environment.M
289289
if !stillOpen {
290290
return
291291
}
292-
if len(values) == 10 { // for client bug :
292+
if len(values) == 10 { // for client bug : https://github.com/bitfinexcom/bitfinex-api-go/issues/133
293293
wrapper.summaries.Set(market, &environment.MarketSummary{
294294
Bid: decimal.NewFromFloat(values[0]),
295295
Ask: decimal.NewFromFloat(values[2]),

0 commit comments

Comments
 (0)