File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
docs/HowTo/Configure/Consensus-Protocols Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ The JSON-RPC methods to add or remove signers are:
105105To view signer metrics for a specified block range, call
106106[ ` clique_getSignerMetrics ` ] ( ../../../Reference/API-Methods.md#clique_getsignermetrics ) .
107107
108+ !!! tip
109+ ` clique_getSignerMetrics ` can be used to identify validators that are not active. The validator's ` lastProposedBlockNumber ` will be ` 0x0 `
110+
108111### Adding a signer
109112
110113To propose adding a signer, call
Original file line number Diff line number Diff line change @@ -192,6 +192,9 @@ The JSON-RPC methods to add or remove validators are:
192192To view validator metrics for a specified block range, use
193193[ ` ibft_getSignerMetrics ` ] ( ../../../Reference/API-Methods.md#ibft_getsignermetrics ) .
194194
195+ !!! tip
196+ ` ibft_getSignerMetrics ` can be used to identify validators that are not active. The validator's ` lastProposedBlockNumber ` will be ` 0x0 `
197+
195198#### Adding a validator
196199
197200To propose adding a validator, call
You can’t perform that action at this time.
0 commit comments