From dec104c580c92ff5fe0e73bec47bc97893ee897b Mon Sep 17 00:00:00 2001 From: yihau Date: Tue, 26 Oct 2021 23:01:48 +0800 Subject: [PATCH] feat: update getClusterNodes --- docs/src/developing/clients/jsonrpc-api.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 309a3f05fe..e2db6c89d6 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -877,12 +877,12 @@ None The result field will be an array of JSON objects, each with the following sub fields: - `pubkey: ` - Node public key, as base-58 encoded string -- `gossip: ` - Gossip network address for the node -- `tpu: ` - TPU network address for the node -- `rpc: |null` - JSON RPC network address for the node, or `null` if the JSON RPC service is not enabled -- `version: |null` - The software version of the node, or `null` if the version information is not available -- `featureSet: |null` - The unique identifier of the node's feature set -- `shredVersion: |null` - The shred version the node has been configured to use +- `gossip: ` - Gossip network address for the node +- `tpu: ` - TPU network address for the node +- `rpc: ` - JSON RPC network address for the node, or `null` if the JSON RPC service is not enabled +- `version: ` - The software version of the node, or `null` if the version information is not available +- `featureSet: ` - The unique identifier of the node's feature set +- `shredVersion: ` - The shred version the node has been configured to use #### Example: