mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-22 19:18:07 +00:00
changed contract internal method name
This commit is contained in:
parent
83e42fa584
commit
475f58de1a
@ -202,7 +202,7 @@ Contract.prototype._checkListener = function(type, event){
|
||||
* @param {Object} options the options gived by the user
|
||||
* @return {Object} the options with gaps filled by defaults
|
||||
*/
|
||||
Contract.prototype._getOrSetDefaultOptions = function fillWithDefaultOptions(options) {
|
||||
Contract.prototype._getOrSetDefaultOptions = function getOrSetDefaultOptions(options) {
|
||||
var gasPrice = options.gasPrice ? String(options.gasPrice): null;
|
||||
var from = options.from ? utils.toChecksumAddress(formatters.inputAddressFormatter(options.from)) : null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user