mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
debug: small clarification about getAccessibleState
This commit is contained in:
parent
f314538c72
commit
428576604a
1 changed files with 2 additions and 0 deletions
|
|
@ -201,6 +201,8 @@ This is the post-state of that block and the pre-state of the next
|
|||
block. The (from, to) parameters are the sequence of blocks
|
||||
to search, which can go either forwards or backwards.
|
||||
|
||||
Note: to get the last state pass in the range of blocks in reverse, i.e. (last, first).
|
||||
|
||||
| Client | Method invocation |
|
||||
|:--------|-----------------------------------------------------------------------|
|
||||
| Console | `debug.getAccessibleState(from, to rpc.BlockNumber)` |
|
||||
|
|
|
|||
Loading…
Reference in a new issue