web3data-js
web3data-js copied to clipboard
Some subscriptions return double array.
Bug:
Some of the subscriptions return double array as data.
Steps to replicate:
w3d.on({eventName: 'market:orders', filters: {"pair":"eth_btc", "exchange":"gdax"}, (data) => {
console.log(data) // <-- this is a double array!!
})