mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 16:52:57 +08:00
fix: re-apply initial fix
This commit is contained in:
@@ -1165,7 +1165,7 @@ pub fn retrieve_satoshi_point_using_lazy_storage(
|
||||
}
|
||||
|
||||
let height = Height(ordinal_block_number.into());
|
||||
let ordinal_number = height.starting_sat().0 + ordinal_offset;
|
||||
let ordinal_number = height.starting_sat().0 + ordinal_offset + inscription_offset;
|
||||
|
||||
Ok(TraversalResult {
|
||||
inscription_number,
|
||||
|
||||
Reference in New Issue
Block a user