|
|
@ -145,8 +145,10 @@ TxRunner.prototype.runInNode = function (from, to, data, value, gasLimit, useCal |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
confirmCb(network, tx, gasEstimation, callback, (gasPrice) => { |
|
|
|
confirmCb(network, tx, gasEstimation, (gasPrice) => { |
|
|
|
return executeTx(tx, gasPrice, self._api, callback) |
|
|
|
return executeTx(tx, gasPrice, self._api, callback) |
|
|
|
|
|
|
|
}, (error) => { |
|
|
|
|
|
|
|
callback(error) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|