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
|
@ -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 New Issue