lint fixes

This commit is contained in:
Eitan Seri-Levi
2026-06-22 14:09:29 +03:00
parent e02ba146c9
commit ccf0fb9078
9 changed files with 41 additions and 36 deletions

View File

@@ -1485,7 +1485,7 @@ async fn proposer_shuffling_changing_with_lookahead() {
target_pubkey: validator_to_topup.pubkey,
};
let execution_requests = ExecutionRequests::<E> {
let execution_requests = ExecutionRequestsElectra::<E> {
deposits: VariableList::new(vec![deposit_request]).unwrap(),
withdrawals: vec![].try_into().unwrap(),
consolidations: VariableList::new(vec![consolidation_request]).unwrap(),