mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-01 20:04:41 +00:00
Gloas alpha spec 11 (#9511)
Alpha spec 11 changes Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu> Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user