diff --git a/common/eth2/src/lib.rs b/common/eth2/src/lib.rs index b9fe29e2ec..6582e63695 100644 --- a/common/eth2/src/lib.rs +++ b/common/eth2/src/lib.rs @@ -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( &self, slot: Slot,