Fix fn documentation

This commit is contained in:
Herman Junge 2020-11-05 17:53:35 +00:00
parent 157e31027a
commit 4c4dad9fb5
No known key found for this signature in database
GPG Key ID: D40D526E20BA8087

View File

@ -761,11 +761,7 @@ impl BeaconNodeHttpClient {
self.get(path).await
}
/// `GET validator/duties/attester/{epoch}?index`
///
/// ## Note
///
/// The `index` query parameter accepts a list of validator indices.
/// `GET validator/blocks/{slot}`
pub async fn get_validator_blocks<T: EthSpec>(
&self,
slot: Slot,