File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ mod tests;
4848pub const CACHED_EPOCHS : usize = 3 ;
4949
5050// Pre-electra WS calculations are not supported. On mainnet, pre-electra epochs are outside the weak subjectivity
51- // period. The default pre-electra WS value is set to 5 to allow for the test case `revert_minority_fork_on_resume`
52- // to pass. 5 is a small enough number to trigger the WS safety check pre-electra on mainnet.
53- pub const DEFAULT_PRE_ELECTRA_WS_PERIOD : u64 = 5 ;
51+ // period. The default pre-electra WS value is set to 256 to allow for `basic-sim``, `fallback-sim`` test case `revert_minority_fork_on_resume`
52+ // to pass. 256 is a small enough number to trigger the WS safety check pre-electra on mainnet.
53+ pub const DEFAULT_PRE_ELECTRA_WS_PERIOD : u64 = 256 ;
5454
5555const MAX_RANDOM_BYTE : u64 = ( 1 << 8 ) - 1 ;
5656const MAX_RANDOM_VALUE : u64 = ( 1 << 16 ) - 1 ;
You can’t perform that action at this time.
0 commit comments