We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b9b6b commit 155e3a6Copy full SHA for 155e3a6
components/chainhook-sdk/src/hord/db/mod.rs
@@ -777,7 +777,7 @@ pub async fn fetch_and_cache_blocks_in_hord_db(
777
// processing.
778
779
// Should we start look for inscriptions data in blocks?
780
- if raw_block.height as u64 > ordinal_computing_height {
+ if raw_block.height as u64 >= ordinal_computing_height {
781
if cursor == 0 {
782
cursor = raw_block.height;
783
}
0 commit comments