smart-exchange
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -38,3 +38,3 @@ /** | ||
callback(null, log); | ||
callback(null, logs); | ||
@@ -41,0 +41,0 @@ } catch(err) { |
@@ -142,3 +142,3 @@ var workerFarm = require('worker-farm'); | ||
*/ | ||
var transaction = function (config, identifier, hash callback) { | ||
var transaction = function (config, identifier, hash, callback) { | ||
runInProcess(extTransaction, [config, identifier, hash], callback); | ||
@@ -145,0 +145,0 @@ }; |
{ | ||
"name": "smart-exchange", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "main": "./lib/interface.js", | ||
"jayson": "debris/jayson#cors", | ||
"sleep": "^2.0.0", | ||
"sleep": "^3.0.0", | ||
"web3": "ethereum/web3.js#kiss!", | ||
@@ -20,0 +20,0 @@ "worker-farm": "^1.3.1" |
49931
+ Addedsleep@3.0.1(transitive)
- Removedsleep@2.0.0(transitive)
Updatedsleep@^3.0.0