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:
Romain 2021-08-02 16:32:06 +02:00 committed by GitHub
parent 56aa114ccc
commit 2df64ff554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: