Skip to content

Commit 46d8a28

Browse files
committed
Update mainnet local db checkpoint
1 parent 624237d commit 46d8a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/params/src/mainnet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl Network for Mainnet {
2828

2929
const RESCHEDULING_DURATION: std::time::Duration = std::time::Duration::from_secs(30);
3030

31-
const LOCAL_BLOCKS_CHECKPOINT: u64 = 922_500;
31+
const LOCAL_BLOCKS_CHECKPOINT: u64 = 939_400;
3232

3333
const SET_ACCOUNT_LIMIT: usize = 20;
3434
}

0 commit comments

Comments
 (0)