Commit 25da239a authored by yann300's avatar yann300

fix confirmCbCallback

parent 744633e2
......@@ -145,8 +145,10 @@ TxRunner.prototype.runInNode = function (from, to, data, value, gasLimit, useCal
return
}
confirmCb(network, tx, gasEstimation, callback, (gasPrice) => {
confirmCb(network, tx, gasEstimation, (gasPrice) => {
return executeTx(tx, gasPrice, self._api, callback)
}, (error) => {
callback(error)
})
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment