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
CALL
There seems to be a bug with calculating gas after a successful CALL. Specifically:
981:CALLVALUE, gas=0x5f4dbf, stack=[ (8 items) ... ], memory=0x6160016000f300~19~ 982:DUP6, gas=0x5f4dbd, stack=[ (9 items) ... ], memory=0x6160016000f300~19~ 983:PUSH1, gas=0x5f4dba, stack=[ (10 items) ... ], memory=0x6160016000f300~19~ 985:CALL, gas=0x5f4db7, stack=[ (11 items) ... ], memory=0x6160016000f300~19~ 986:DUP12, gas=0x5ed17f, stack=[ (5 items) ... ], memory=0x6160016000f300~19~
At the last line, we should have gas=0x5ec7bb.
gas=0x5ec7bb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There seems to be a bug with calculating gas after a successful
CALL
. Specifically:At the last line, we should have
gas=0x5ec7bb
.The text was updated successfully, but these errors were encountered: