You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think here process_message() is just a smart contract call that executes the code of message, instead of what is described in the func's docstring:
Executes a call to create a smart contract.
I checked all vm/interpreter.py from Frontier to Cancun, it seems that all forks have this issue. Perhaps a slight adjustment to the description could help clarify this.
Thanks for you attention!
The text was updated successfully, but these errors were encountered:
Metadata
What was wrong?
Hello, developers! This is just a Inappropriate expression in docstring.
Take the func
process_message()
invm/interpreter.py
in Cancun as an example:execution-specs/src/ethereum/cancun/vm/interpreter.py
Lines 204 to 240 in fcd1275
I think here
process_message()
is just a smart contract call that executes the code of message, instead of what is described in the func's docstring:I checked all
vm/interpreter.py
from Frontier to Cancun, it seems that all forks have this issue. Perhaps a slight adjustment to the description could help clarify this.Thanks for you attention!
The text was updated successfully, but these errors were encountered: