mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-16 19:32:55 +00:00
Revise a bit
This commit is contained in:
@@ -469,7 +469,7 @@ impl<E: EthSpec> ProductionValidatorClient<E> {
|
||||
} else {
|
||||
SelectionProofConfig {
|
||||
lookahead_slot: SELECTION_PROOF_SLOT_LOOKAHEAD,
|
||||
computation_offset: Duration::from_secs(6),
|
||||
computation_offset: slot_clock.slot_duration() / SELECTION_PROOF_SCHEDULE_DENOM,
|
||||
selections_endpoint: false,
|
||||
parallel_sign: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user