release: v0.0.9

This commit is contained in:
nym21
2025-03-14 20:55:21 +01:00
parent 36d97ad5ca
commit 06ea07a021
3 changed files with 14 additions and 14 deletions

View File

@@ -138,7 +138,7 @@ impl Indexer {
idxs.height = height;
// Used to check rapidhash collisions
let check_collisions = self.check_collisions && height > Height::new(500_000);
let check_collisions = self.check_collisions && height > Height::new(640_000);
let blockhash = BlockHash::from(blockhash);
let blockhash_prefix = BlockHashPrefix::from(&blockhash);