mirror of https://github.com/embarklabs/embark.git
unnecessary declaration
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
a601541bb0
commit
539c035aa6
|
@ -22,7 +22,6 @@ class ContractFuzzer {
|
|||
let inputTypes = abiMethod.inputs.map(input => input.type);
|
||||
fuzzMap[name] = {};
|
||||
for (let i = 0; i < iterations; i++) {
|
||||
fuzzMap[name][i] = {};
|
||||
fuzzMap[name][i] = inputTypes.map(input => this.getTypeFuzz(input));
|
||||
}
|
||||
self.logger.info(name);
|
||||
|
|
Loading…
Reference in New Issue