We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b9f4d commit 1bcc8c6Copy full SHA for 1bcc8c6
logic-state-indexer/src/configs.rs
@@ -41,7 +41,7 @@ pub async fn get_start_block_height(
41
}
42
StartOptions::FromLatest => final_block_height(near_client).await?,
43
};
44
- Ok(start_block_height - 100) // Start just a bit earlier to overlap indexed blocks to ensure we don't miss anything in-between
+ Ok(start_block_height)
45
46
47
pub(crate) async fn final_block_height(
0 commit comments