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