From 99ae7f4ffe2ae2cf38a73bc4432b9cb955b3b746 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 19 Nov 2019 18:08:36 +0100 Subject: [PATCH] fix typos Co-Authored-By: Martin Holst Swende --- docs/_rpc/ns-clique.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_rpc/ns-clique.md b/docs/_rpc/ns-clique.md index d5bc3674b3..73b9a2540d 100644 --- a/docs/_rpc/ns-clique.md +++ b/docs/_rpc/ns-clique.md @@ -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: