Skip to content

Commit

Permalink
Merge pull request #2918 from themarek/patch-1
Browse files Browse the repository at this point in the history
Added missing words
  • Loading branch information
nivida committed Jul 8, 2019
2 parents 4468ccf + 113bfdd commit 8ed2fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web3-eth-contract.rst
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ methods.myMethod.estimateGas
myContract.methods.myMethod([param1[, param2[, ...]]]).estimateGas(options[, callback])
Will call estimate the gas a method execution will take when executed in the EVM without.
Will call estimate the gas a method execution will take when executed in the EVM without sending a transaction.
The estimation can differ from the actual gas used when later sending a transaction, as the state of the smart contract can be different at that time.

----------
Expand Down

0 comments on commit 8ed2fbc

Please sign in to comment.