mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
Fix GetValidatorPerformance
endpoint (#12638)
This commit is contained in:
parent
d4fd3c34de
commit
056d3ff0cc
@ -26,7 +26,7 @@ type beaconApiBeaconChainClient struct {
|
||||
stateValidatorsProvider stateValidatorsProvider
|
||||
}
|
||||
|
||||
const getValidatorPerformanceEndpoint = "/eth/v1/beacon/validators/performance"
|
||||
const getValidatorPerformanceEndpoint = "/prysm/validators/performance"
|
||||
|
||||
func (c beaconApiBeaconChainClient) getHeadBlockHeaders(ctx context.Context) (*apimiddleware.BlockHeaderResponseJson, error) {
|
||||
blockHeader := apimiddleware.BlockHeaderResponseJson{}
|
||||
|
Loading…
Reference in New Issue
Block a user