lint is mother; lint is father
This commit is contained in:
parent
a0d3dc2850
commit
05962a288d
|
@ -257,7 +257,7 @@ class ContractDeployer {
|
|||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
let increase_per = 1 + (Math.random() / 10.0)
|
||||
let increase_per = 1 + (Math.random() / 10.0);
|
||||
contract.gas = Math.floor(gasValue * increase_per);
|
||||
next();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue