mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-25 17:58:11 -07:00
global: snapshot part 6
This commit is contained in:
@@ -14,8 +14,8 @@ impl Vecs {
|
||||
starting_indexes: &Indexes,
|
||||
exit: &Exit,
|
||||
) -> Result<()> {
|
||||
let op_return_height = &scripts.value.op_return.base.sats.height;
|
||||
let unclaimed_height = &mining.rewards.unclaimed.base.sats.height;
|
||||
let op_return_height = &scripts.value.op_return.block.sats.height;
|
||||
let unclaimed_height = &mining.rewards.unclaimed.block.sats.height;
|
||||
|
||||
self.total.compute(
|
||||
starting_indexes.height,
|
||||
|
||||
Reference in New Issue
Block a user