Typo Update trace_rpc_apis.md (#7868)

"ope.ex.mem" should be "op.ex.mem" — The abbreviation for "opcode execution" should be "op" rather than "ope."

Corrected.

Signed-off-by: Dmitry <98899785+mdqst@users.noreply.github.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
pull/7872/head
Dmitry 2 weeks ago committed by GitHub
parent 1c75afbab9
commit 1895d44415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/trace_rpc_apis.md

@ -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:

Loading…
Cancel
Save