mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix typos
Co-Authored-By: Martin Holst Swende <martin@swende.se>
This commit is contained in:
parent
5ad6c05a11
commit
99ae7f4ffe
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue