This commit is contained in:
Tan Chee Keong
2025-02-20 13:37:40 +08:00
parent 7ff3ffe8d3
commit d8d31b7b01
3 changed files with 4 additions and 2 deletions

View File

@@ -2669,7 +2669,7 @@ impl BeaconNodeHttpClient {
pub async fn post_validator_beacon_committee_selections(
&self,
selections: &[BeaconCommitteeSelection],
) -> Result<GenericResponse<SelectionProof>, Error> {
) -> Result<GenericResponse<Vec<SelectionProof>>, Error> {
let mut path = self.eth_path(V1)?;
path.path_segments_mut()