From 4c4dad9fb5df1122ebebe0bc03861c361f6a413b Mon Sep 17 00:00:00 2001 From: Herman Junge Date: Thu, 5 Nov 2020 17:53:35 +0000 Subject: [PATCH] Fix fn documentation --- common/eth2/src/lib.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/common/eth2/src/lib.rs b/common/eth2/src/lib.rs index b9fe29e2e..6582e6369 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,