We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d369cd + ba51445 commit 5dabf81Copy full SHA for 5dabf81
lib/contracts.js
@@ -79,7 +79,7 @@ ContractsManager.prototype.build = function(done) {
79
contract.abiDefinition = compiledContract.abiDefinition;
80
81
contract.gas = (contractConfig && contractConfig.gas) || self.contractsConfig.gas;
82
- contract.gas = adjustGas(contract);
+ adjustGas(contract);
83
84
contract.gasPrice = contract.gasPrice || self.contractsConfig.gasPrice;
85
contract.type = 'file';
0 commit comments