Correct JSON-RPC docs for getSlot (#19355)
* Correct JSON-RPC docs for getSlot * Update docs/src/developing/clients/jsonrpc-api.md Co-authored-by: Tyera Eulberg <teulberg@gmail.com> Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
parent
ac8bd587ec
commit
9483866e0b
|
@ -2247,7 +2247,7 @@ Result:
|
|||
|
||||
### getSlot
|
||||
|
||||
Returns the current slot the node is processing
|
||||
Returns the slot that has reached the [given or default commitment level](jsonrpc-api.md#configuring-state-commitment)
|
||||
|
||||
#### Parameters:
|
||||
|
||||
|
|
Loading…
Reference in New Issue