Skip to content

Commit 4af4ca4

Browse files
committed
start state indexer from interaption block
1 parent 41a471b commit 4af4ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic-state-indexer/src/configs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub async fn get_start_block_height(
4141
}
4242
StartOptions::FromLatest => final_block_height(near_client).await?,
4343
};
44-
Ok(start_block_height - 100) // Start just a bit earlier to overlap indexed blocks to ensure we don't miss anything in-between
44+
Ok(start_block_height)
4545
}
4646

4747
pub(crate) async fn final_block_height(

0 commit comments

Comments
 (0)