We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this line
tests/src/GeneralStateTestsFiller/VMTests/vmArithmeticTest/arithFiller.yml
Line 36 in 9201075
why does PUSH1 0x17 lead to a 21 on the stack instead of 23?
PUSH1 0x17
The text was updated successfully, but these errors were encountered:
I guess its a typo because just above there was pushed 0x21 (33)
Sorry, something went wrong.
No branches or pull requests
In this line
tests/src/GeneralStateTestsFiller/VMTests/vmArithmeticTest/arithFiller.yml
Line 36 in 9201075
why does
PUSH1 0x17
lead to a 21 on the stack instead of 23?The text was updated successfully, but these errors were encountered: