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.
1 parent 9574562 commit 9beaaa2Copy full SHA for 9beaaa2
lib/modules/gasEstimator/index.js
@@ -15,9 +15,7 @@ class GasEstimator {
15
const self = this;
16
let gasMap = {};
17
self.events.request('contracts:contract', contractName, (contract) => {
18
- self.logger.info("Generating three rounds of fuzz for contract -- ", contractName);
19
let fuzzMap = self.fuzzer.generateFuzz(3, contract);
20
- self.logger.info("-- Beginning gastimation for contract -- " + contractName);
21
let contractObj = new web3.eth.Contract(contract.abiDefinition, contract.deployedAddress);
22
async.each(contract.abiDefinition.filter((x) => x.type !== "event"),
23
(abiMethod, gasCb) => {
0 commit comments