Skip to content

Commit 2731abd

Browse files
authored
Merge pull request #1836 from o1-labs/update/solo-bootstrap
Updated block slot
2 parents 248153d + 8864c52 commit 2731abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/src/scenarios/solo_node/bootstrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub struct SoloNodeBootstrap;
2222
// This test will fail if we don't start with this as the initial time because
2323
// the time validation for the first block will reject it.
2424
fn first_block_slot_timestamp_nanos(config: &RustNodeTestingConfig) -> u64 {
25-
let first_block_global_slot = 290000; // Update if replay changes
25+
let first_block_global_slot = 2000000; // Update if replay changes
2626
let protocol_constants = config.genesis.protocol_constants().unwrap();
2727
let genesis_timestamp_ms = protocol_constants.genesis_state_timestamp.0.as_u64();
2828
let milliseconds_per_slot = constraint_constants().block_window_duration_ms;

0 commit comments

Comments
 (0)