mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 17:58:23 +00:00
Merge branch 'gloas-fix-proposer-pref-gossip-verification' into gloas-alpha-spec-9
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user