Skip to content

Commit

Permalink
wrongly passed parameters for the _fireError function fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Oct 15, 2019
1 parent a89ece1 commit 95c3545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-core-method/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ Method.prototype._confirmTransaction = function (defer, result, payload) {
new Error('The contract code couldn\'t be stored, please check your gas limit.'),
defer.eventEmitter,
defer.reject,
null,
receipt
);
}
Expand Down

0 comments on commit 95c3545

Please sign in to comment.