mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 23:59:58 -07:00
rpc: init wrapper crate + global: snapshot
This commit is contained in:
@@ -28,7 +28,7 @@ pub use vecs::*;
|
||||
// Increment on **change _OR_ addition**
|
||||
const VERSION: Version = Version::new(22);
|
||||
const SNAPSHOT_BLOCK_RANGE: usize = 1_000;
|
||||
const COLLISIONS_CHECKED_UP_TO: Height = Height::new(909_150);
|
||||
const COLLISIONS_CHECKED_UP_TO: Height = Height::new(0);
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Indexer {
|
||||
|
||||
Reference in New Issue
Block a user