Merge branch 'gloas-proposer-preferences-duty-fix' of https://github.com/eserilev/lighthouse into gloas-proposer-preferences-duty-fix

This commit is contained in:
Eitan Seri-Levi
2026-05-31 17:54:30 +03:00
131 changed files with 3083 additions and 3806 deletions

View File

@@ -169,7 +169,7 @@ impl<S: ValidatorStore + 'static, T: SlotClock + 'static> ProposerPreferencesSer
proposal_slot: duty.slot,
validator_index: duty.validator_index,
fee_recipient,
gas_limit: proposal_data.gas_limit,
target_gas_limit: proposal_data.gas_limit,
},
));
}