mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-29 21:09:26 -07:00
global: snapshot
This commit is contained in:
@@ -28,7 +28,7 @@ pub fn main() -> Result<()> {
|
||||
println!("Time for BytesVec write_json: {:?}", start.elapsed());
|
||||
|
||||
// Test emptyaddressindex (LazyVecFrom1 wrapper) - computed access
|
||||
let empty_index = &computer.distribution.emptyaddressindex;
|
||||
let empty_index = &computer.distribution.empty_address_index;
|
||||
println!(
|
||||
"\nemptyaddressindex (LazyVecFrom1) len: {}",
|
||||
empty_index.len()
|
||||
|
||||
@@ -10,7 +10,7 @@ use schemars::JsonSchema;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use vecdb::{CheckedSub, Formattable, Pco, PrintableIndex};
|
||||
|
||||
use crate::{Bitcoin, Cents, Dollars, StoredU64};
|
||||
use crate::{Bitcoin, Dollars, StoredU64};
|
||||
|
||||
/// Fixed-size 64-bit floating point value optimized for on-disk storage
|
||||
#[derive(Debug, Deref, Default, Clone, Copy, Serialize, Deserialize, Pco, JsonSchema)]
|
||||
|
||||
Reference in New Issue
Block a user