mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
typo
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
543a8566de
commit
cc07116c4a
1 changed files with 30 additions and 38 deletions
|
|
@ -70,13 +70,9 @@ Return:
|
|||
"gasCost": 3,
|
||||
"depth": 1,
|
||||
"error": null,
|
||||
"stack":[
|
||||
|
||||
],
|
||||
"stack": [ ... ],
|
||||
"memory": null,
|
||||
"storage":{
|
||||
|
||||
}
|
||||
"storage": { ... }
|
||||
},
|
||||
{
|
||||
"pc": 2,
|
||||
|
|
@ -89,13 +85,9 @@ Return:
|
|||
"0000000000000000000000000000000000000000000000000000000000000060"
|
||||
],
|
||||
"memory": null,
|
||||
"storage":{
|
||||
|
||||
}
|
||||
"storage": { ... }
|
||||
},
|
||||
|
||||
...
|
||||
|
||||
```
|
||||
|
||||
## Native tracers {#native-tracers}
|
||||
|
|
|
|||
Loading…
Reference in a new issue