Fix stack description in tracing docs (#25418)

pull/25478/head
Leonor Boga 2 years ago committed by GitHub
parent 11087cbfb0
commit 25dcb48052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_rpc/ns-debug.md

@ -753,7 +753,7 @@ Specifying the `tracer` option in the second argument enables JavaScript-based t
`log` has the following fields:
- `op`: Object, an OpCode object representing the current opcode
- `stack`: array[big.Int], the EVM execution stack
- `stack`: Object, a structure representing the EVM execution stack
- `memory`: Object, a structure representing the contract's memory space
- `contract`: Object, an object representing the account executing the current operation

Loading…
Cancel
Save