[docs] remove incorrect pubkey param from getEpochInfo (#31651)
Co-authored-by: Callum McIntyre <callum.mcintyre@solana.com>
(cherry picked from commit 16381d8f65
)
Co-authored-by: Callum McIntyre <mcintyre1994@gmail.com>
This commit is contained in:
parent
cecafb7fb5
commit
5e37c58d6b
|
@ -20,10 +20,6 @@ Returns information about the current epoch
|
||||||
|
|
||||||
### Parameters:
|
### Parameters:
|
||||||
|
|
||||||
<Parameter type={"string"} required={true}>
|
|
||||||
Pubkey of account to query, as base-58 encoded string
|
|
||||||
</Parameter>
|
|
||||||
|
|
||||||
<Parameter type={"object"} optional={true}>
|
<Parameter type={"object"} optional={true}>
|
||||||
|
|
||||||
Configuration object containing the following fields:
|
Configuration object containing the following fields:
|
||||||
|
|
Loading…
Reference in New Issue