altangent / ccxws

WebSocket client for 38 cryptocurrency exchanges
MIT License
619 stars 187 forks source link

Digifinex - Remote Id lowercase #261

Closed lostless13 closed 3 years ago

lostless13 commented 3 years ago

Remote ids received in messages are all set to lowercase updates on Digifinex. However, when you get the markets info from CCXT the remote id is capitalized as it is in the raw message. This leads to message events not being emitted as it cannot find the market.

      let remote_id = msg.params[2].toLowerCase();