mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-18 22:49:34 +00:00
Merge branch 'should_build_on_full_previous_slot' into gloas-remove-slashed-validators-from-propser-duties
This commit is contained in:
@@ -163,7 +163,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
let should_build_on_full = self
|
||||
.canonical_head
|
||||
.fork_choice_read_lock()
|
||||
.should_build_on_full(&parent_root, parent_payload_status)
|
||||
.should_build_on_full(&parent_root, parent_payload_status, produce_at_slot)
|
||||
.map_err(|e| {
|
||||
BlockProductionError::BeaconChain(Box::new(BeaconChainError::ForkChoiceError(e)))
|
||||
})?;
|
||||
|
||||
Reference in New Issue
Block a user