fix typos

Co-Authored-By: Martin Holst Swende <martin@swende.se>
This commit is contained in:
Felix Lange 2019-11-19 18:08:36 +01:00 committed by GitHub
parent 5ad6c05a11
commit 99ae7f4ffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ Retrieves the state snapshot at a given block.
| Client | Method invocation |
|:--------|----------------------------------------------------------|
| Console | `clique.getSnapshotAtHash(blockHash)` |
| RPC | `{"method": "clique_getSigners", "params": [blockHash]}` |
| RPC | `{"method": "clique_getSnapshotAtHash", "params": [blockHash]}` |
### clique_getSigners
@ -107,7 +107,7 @@ for the last 64 blocks. The returned object contains the following fields:
| Client | Method invocation |
|:--------|-----------------------------------------------------|
| Console | `clique.status()` |
| RPC | `{"method": "clique_discard", "params": [address]}` |
| RPC | `{"method": "clique_status", "params": [}` |
Example: