Skip to content

Commit

Permalink
Bitfinex: Fix comment for CandlesPeriodKey
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Oct 1, 2023
1 parent 95ee32b commit bce7519
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exchanges/bitfinex/bitfinex.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ const (

// CandlesTimeframeKey configures the timeframe in stream.ChannelSubscription.Params
CandlesTimeframeKey = "_timeframe"
// CandlesPeriodKey Use in to configure candle Funding period
// CandlesTimeframeKey configures the aggregated period in stream.ChannelSubscription.Params
// CandlesPeriodKey configures the aggregated period in stream.ChannelSubscription.Params
CandlesPeriodKey = "_period"
)

Expand Down

0 comments on commit bce7519

Please sign in to comment.