Add missing fields from getClusterNodes documentation (backport #17501) (#17502)

* Add missing fields from getClusterNodes documentation

(cherry picked from commit 3d40ec3c88)

# Conflicts:
#	docs/src/developing/clients/jsonrpc-api.md

* rebase

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2021-05-26 21:38:27 -07:00
committed by GitHub
parent f364956d15
commit 8b61ba4d8d

View File

@ -558,6 +558,8 @@ The result field will be an array of JSON objects, each with the following sub f
- `tpu: <string>` - TPU network address for the node
- `rpc: <string>|null` - JSON RPC network address for the node, or `null` if the JSON RPC service is not enabled
- `version: <string>|null` - The software version of the node, or `null` if the version information is not available
- `featureSet: <number>|null` - The unique identifier of the node's feature set
- `shredVersion: <number>|null` - The shred version the node has been configured to use
#### Example: