Skip to content

Commit f5cb516

Browse files
author
Ludo Galabru
committed
fix: re-apply initial fix
1 parent dfcadec commit f5cb516

File tree

1 file changed

+1
-1
lines changed
  • components/chainhook-sdk/src/hord/db

1 file changed

+1
-1
lines changed

components/chainhook-sdk/src/hord/db/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ pub fn retrieve_satoshi_point_using_lazy_storage(
11651165
}
11661166

11671167
let height = Height(ordinal_block_number.into());
1168-
let ordinal_number = height.starting_sat().0 + ordinal_offset;
1168+
let ordinal_number = height.starting_sat().0 + ordinal_offset + inscription_offset;
11691169

11701170
Ok(TraversalResult {
11711171
inscription_number,

0 commit comments

Comments
 (0)