mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-26 02:08:10 -07:00
global: snapshot
This commit is contained in:
@@ -28,7 +28,7 @@ impl Vecs {
|
||||
vec.compute_multiply(
|
||||
starting_indexes.height,
|
||||
&prices.price.usd.height,
|
||||
&coinblocks_destroyed.height,
|
||||
&coinblocks_destroyed.raw.height,
|
||||
exit,
|
||||
)?;
|
||||
Ok(())
|
||||
@@ -64,7 +64,7 @@ impl Vecs {
|
||||
vec.compute_transform3(
|
||||
starting_indexes.height,
|
||||
&prices.price.usd.height,
|
||||
&coindays_destroyed.height,
|
||||
&coindays_destroyed.raw.height,
|
||||
circulating_supply,
|
||||
|(i, price, cdd, supply, _): (_, Dollars, StoredF64, Bitcoin, _)| {
|
||||
let supply_f64 = f64::from(supply);
|
||||
|
||||
Reference in New Issue
Block a user