krystianity / node-bitstamp

bitstamp REST and WS API Node.js client :dollar:
MIT License
59 stars 41 forks source link

lib/streams/OrderBookStream.js fails to handle default case of BTC to USD #3

Closed BitBitmap closed 6 years ago

BitBitmap commented 6 years ago

const key =${topic}_${currency}; doesn't account if user wants to use just BTC to USD.

krystianity commented 6 years ago

Has been fixed in @1.4.0 :)

BitBitmap commented 6 years ago

Thanks! Closing.