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