lint is mother; lint is father

This commit is contained in:
Iuri Matias 2018-09-26 18:57:55 -04:00
parent a0d3dc2850
commit 05962a288d
1 changed files with 1 additions and 1 deletions

View File

@ -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();
});