mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-04 19:33:33 +00:00
fix bug with adjusting gas
This commit is contained in:
parent
4002856f89
commit
30b03383ee
@ -79,7 +79,7 @@ ContractsManager.prototype.build = function(done) {
|
||||
contract.abiDefinition = compiledContract.abiDefinition;
|
||||
|
||||
contract.gas = (contractConfig && contractConfig.gas) || self.contractsConfig.gas;
|
||||
contract.gas = adjustGas(contract);
|
||||
adjustGas(contract);
|
||||
|
||||
contract.gasPrice = contract.gasPrice || self.contractsConfig.gasPrice;
|
||||
contract.type = 'file';
|
||||
|
Loading…
x
Reference in New Issue
Block a user