mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-08 13:19:09 -07:00
release: v0.0.9
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user