Fix a typo

This commit is contained in:
Leonid Logvinov
2017-11-28 12:06:11 -06:00
parent d5e58ecdd8
commit 0c5a9fbc2c

View File

@@ -62,7 +62,7 @@ export class Contract implements Web3.ContractInstance {
txData = args.pop();
}
// Gas amount sourced with the following priorities:
// 1. Optional param passed it to public method call
// 1. Optional param passed in to public method call
// 2. Global config passed in at library instantiation
// 3. Gas estimate calculation + safety margin
const removeUndefinedProperties = _.pickBy;