good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 24cab2d5 authored by Guillaume Ballet's avatar Guillaume Ballet Committed by GitHub
Browse files

core/vm/runtime: fix typos in comment (#20608)

parent 594e038e
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,8 @@ func setDefaults(cfg *Config) {
// Execute executes the code using the input as call data during the execution.
// It returns the EVM's return value, the new state and an error if it failed.
//
// Executes sets up a in memory, temporarily, environment for the execution of
// the given code. It makes sure that it's restored to it's original state afterwards.
// Execute sets up an in-memory, temporary, environment for the execution of
// the given code. It makes sure that it's restored to its original state afterwards.
func Execute(code, input []byte, cfg *Config) ([]byte, *state.StateDB, error) {
if cfg == nil {
cfg = new(Config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment