mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 02:23:48 +00:00
Fix stack description in tracing docs (#25418)
This commit is contained in:
parent
11087cbfb0
commit
25dcb48052
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue