mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
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…
x
Reference in New Issue
Block a user