Document feature-set field in getVersion
This commit is contained in:
@ -2553,12 +2553,15 @@ None
|
|||||||
The result field will be a JSON object with the following fields:
|
The result field will be a JSON object with the following fields:
|
||||||
|
|
||||||
- `solana-core`, software version of solana-core
|
- `solana-core`, software version of solana-core
|
||||||
|
- `feature-set`, unique identifier of the current software's feature set
|
||||||
|
|
||||||
#### Example:
|
#### Example:
|
||||||
|
|
||||||
Request:
|
Request:
|
||||||
```bash
|
```bash
|
||||||
curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1, "method":"getVersion"}'
|
curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d '
|
||||||
|
{"jsonrpc":"2.0","id":1, "method":"getVersion"}
|
||||||
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
Result:
|
Result:
|
||||||
|
Reference in New Issue
Block a user