mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-25 13:07:18 +00:00
Fix fn documentation
This commit is contained in:
parent
157e31027a
commit
4c4dad9fb5
@ -761,11 +761,7 @@ impl BeaconNodeHttpClient {
|
|||||||
self.get(path).await
|
self.get(path).await
|
||||||
}
|
}
|
||||||
|
|
||||||
/// `GET validator/duties/attester/{epoch}?index`
|
/// `GET validator/blocks/{slot}`
|
||||||
///
|
|
||||||
/// ## Note
|
|
||||||
///
|
|
||||||
/// The `index` query parameter accepts a list of validator indices.
|
|
||||||
pub async fn get_validator_blocks<T: EthSpec>(
|
pub async fn get_validator_blocks<T: EthSpec>(
|
||||||
&self,
|
&self,
|
||||||
slot: Slot,
|
slot: Slot,
|
||||||
|
Loading…
Reference in New Issue
Block a user