Passing eofVersion down

This commit is contained in:
Rodrigo Q. Saramago
2022-12-05 20:17:55 +01:00
parent 7e3404beb0
commit 6a44bb26ae
16 changed files with 31 additions and 27 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ void FuzzerUtil::testConstantOptimizer(string const& _input, bool _quiet)
for (bool isCreation: {false, true})
{
Assembly assembly{isCreation, {}};
Assembly assembly{isCreation, nullopt, {}};
for (u256 const& n: numbers)
{
if (!_quiet)