mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-01 05:37:05 +00:00
debugging
This commit is contained in:
@@ -2476,7 +2476,7 @@ impl BeaconNodeHttpClient {
|
||||
pub async fn get_validator_inclusion_list<E: EthSpec>(
|
||||
&self,
|
||||
slot: Slot,
|
||||
) -> Result<Option<GenericResponse<InclusionList<E>>>, Error> {
|
||||
) -> Result<Option<GenericResponse<InclusionListTransactions<E>>>, Error> {
|
||||
let mut path = self.eth_path(V1)?;
|
||||
|
||||
path.path_segments_mut()
|
||||
@@ -2565,7 +2565,7 @@ impl BeaconNodeHttpClient {
|
||||
&self,
|
||||
epoch: Epoch,
|
||||
indices: &[u64],
|
||||
) -> Result<DutiesResponse<Vec<InclusionListDutyData>>, Error> {
|
||||
) -> Result<DutiesResponse<Vec<InclusionListDuty>>, Error> {
|
||||
let mut path = self.eth_path(V1)?;
|
||||
|
||||
path.path_segments_mut()
|
||||
|
||||
Reference in New Issue
Block a user