trading_bot
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -167,3 +167,3 @@ 'use strict'; | ||
this.log({ message: 'Attempting to obtain websocket feed from ' + wss }); | ||
let websocket = new CoinbaseExchange.WebsocketClient(product, wss); | ||
let websocket = new CoinbaseExchange.WebsocketClient(this.product, wss); | ||
websocket.on('close', function() { | ||
@@ -170,0 +170,0 @@ setTimeout(function() { |
{ | ||
"name": "trading_bot", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Trading bot super-class for Coinbase exchange", | ||
@@ -5,0 +5,0 @@ "main": "lib/trading_bot.js", |
22415