We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98650db commit 0157620Copy full SHA for 0157620
exchanges/bitfinex.go
@@ -289,7 +289,7 @@ func (wrapper *BitfinexWrapper) subscribeMarketSummaryFeed(market *environment.M
289
if !stillOpen {
290
return
291
}
292
- if len(values) == 10 { // for client bug :
+ if len(values) == 10 { // for client bug : https://github.com/bitfinexcom/bitfinex-api-go/issues/133
293
wrapper.summaries.Set(market, &environment.MarketSummary{
294
Bid: decimal.NewFromFloat(values[0]),
295
Ask: decimal.NewFromFloat(values[2]),
0 commit comments