mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-17 14:08:10 -07:00
global: fixes
This commit is contained in:
@@ -32,7 +32,7 @@ impl BlockProcessor<'_> {
|
||||
.blocks
|
||||
.blockhash
|
||||
.inner
|
||||
.checked_push(height, blockhash.clone())?;
|
||||
.checked_push(height, *blockhash)?;
|
||||
self.vecs
|
||||
.blocks
|
||||
.coinbase_tag
|
||||
|
||||
Reference in New Issue
Block a user