fix tests

This commit is contained in:
Eitan Seri-Levi
2026-05-22 19:31:48 +03:00
parent 97c125505a
commit d35c1cb363
2 changed files with 13 additions and 3 deletions

View File

@@ -2925,7 +2925,7 @@ impl ApiTester {
.expect("slot index should be in lookahead") as usize;
let preferences = ProposerPreferences {
dependent_root: Hash256::ZERO,
dependent_root: head.beacon_block_root,
proposal_slot,
validator_index: validator_index as u64,
fee_recipient: Address::repeat_byte(0xaa),