ERC20Votes: WIP

This commit is contained in:
Hadrien Croubois
2023-08-25 15:37:55 +02:00
parent 69d8ea737b
commit d9f2d6369d
5 changed files with 251 additions and 216 deletions

View File

@ -64,7 +64,7 @@ if (process.exitCode) {
}
for (const { spec, contract, files, options = [] } of specs) {
limit(runCertora, spec, contract, files, [...options.flatMap(opt => opt.split(' ')), ...argv.options]);
limit(runCertora, spec, contract, files, [...options, ...argv.options].flatMap(opt => opt.split(' ')));
}
// Run certora, aggregate the output and print it at the end