compression: added everywhere

This commit is contained in:
nym21
2025-03-14 18:10:03 +01:00
parent a995eb2929
commit 36d97ad5ca
12 changed files with 94 additions and 38 deletions

View File

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