Skip to content

Commit

Permalink
Typo Update trace_rpc_apis.md (hyperledger#7868)
Browse files Browse the repository at this point in the history
"ope.ex.mem" should be "op.ex.mem" — The abbreviation for "opcode execution" should be "op" rather than "ope."

Corrected.

Signed-off-by: Dmitry <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
  • Loading branch information
mdqst and macfarla authored Nov 8, 2024
1 parent 1c75afb commit 1895d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/trace_rpc_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ implementations of Besu might track gas refunds separately.

### Returned Memory from Calls

In the `vmTrace` `ope.ex.mem` fields Besu only reports actual data returned
In the `vmTrace` `op.ex.mem` fields Besu only reports actual data returned
from a `RETURN` opcode. Other implementations return the contents of the
reserved output space for the call operations. Note two major differences:

Expand Down

0 comments on commit 1895d44

Please sign in to comment.