mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-18 00:50:39 +00:00
Update clique_getSnapshot in RPC (ns-clique.md) (#23314)
clique_getSnapshot in RPC changed from `{"method": "clique_getSnapsnot", "params": [blockNumber]}` to `{"method": "clique_getSnapshot", "params": [blockNumber]}`
This commit is contained in:
parent
56aa114ccc
commit
2df64ff554
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Retrieves a snapshot of all clique state at a given block.
|
|||
| Client | Method invocation |
|
||||
|:--------|------------------------------------------------------------|
|
||||
| Console | `clique.getSnapshot(blockNumber)` |
|
||||
| RPC | `{"method": "clique_getSnapsnot", "params": [blockNumber]}` |
|
||||
| RPC | `{"method": "clique_getSnapshot", "params": [blockNumber]}` |
|
||||
|
||||
Example:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue