diff --git a/exchanges/bitfinex/bitfinex.go b/exchanges/bitfinex/bitfinex.go index 87ff5f4cb7b..da1658b8c5e 100644 --- a/exchanges/bitfinex/bitfinex.go +++ b/exchanges/bitfinex/bitfinex.go @@ -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" )