mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-13 12:08:13 -07:00
global: snapshot
This commit is contained in:
@@ -20,6 +20,7 @@ fn main() -> Result<()> {
|
||||
let i = std::time::Instant::now();
|
||||
|
||||
if let Some(block) = reader.range(height, height)?.iter().next() {
|
||||
let block = block?;
|
||||
println!(
|
||||
"height={} hash={} txs={} coinbase=\"{:?}\" ({:?})",
|
||||
block.height(),
|
||||
|
||||
Reference in New Issue
Block a user