Skip to content

Commit

Permalink
Merge 44fe751 into 6c5a8a7
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Aug 2, 2018
2 parents 6c5a8a7 + 44fe751 commit e3eccaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/web3-core-method/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,13 @@ Method.prototype._confirmTransaction = function (defer, result, payload) {
timeoutCount = 0,
confirmationCount = 0,
intervalId = null,
receiptString = '',
receiptJSON = '',
gasProvided = (_.isObject(payload.params[0]) && payload.params[0].gas) ? payload.params[0].gas : null,
isContractDeployment = _.isObject(payload.params[0]) &&
payload.params[0].data &&
payload.params[0].from &&
!payload.params[0].to;


// add custom send Methods
var _ethereumCalls = [
new Method({
Expand Down

0 comments on commit e3eccaf

Please sign in to comment.