From 3d40ec3c88ccb6da318940cc59b17011671104a7 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 25 May 2021 18:41:44 -0700 Subject: [PATCH] Add missing fields from getClusterNodes documentation --- docs/src/developing/clients/jsonrpc-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index d13ac4d530..a2bad32c65 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -836,6 +836,8 @@ The result field will be an array of JSON objects, each with the following sub f - `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 #### Example: