dydxprotocol / v4-clients

Other
78 stars 57 forks source link

Fix candle subscription in websocket_example.py #208

Closed sirEven closed 4 months ago

sirEven commented 4 months ago

Add .value access at resolution enum in order to prevent 'Invalid subscription id for channel: (v4_candles-ETH-USD/CandlesResolution.FIFTEEN_MINUTES)'-error.

sirEven commented 4 months ago

I see that you now have fixed this issue in the candles channel directly, thanks, gonna close this PR :)