Passing eofVersion down

This commit is contained in:
Rodrigo Q. Saramago
2023-01-05 20:05:11 +01:00
committed by Daniel Kirchner
parent bb997c4207
commit 4cca66447a
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)