mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 23:29:58 -07:00
websites: default: add live price
This commit is contained in:
@@ -1443,10 +1443,7 @@ impl Vecs {
|
||||
let height = txindex_to_height
|
||||
.get_or_read(input_txindex, &txindex_to_height_mmap)
|
||||
.unwrap()
|
||||
.unwrap_or_else(|| {
|
||||
dbg!(input_txindex, txindex_to_height.len());
|
||||
unreachable!("")
|
||||
})
|
||||
.unwrap()
|
||||
.into_inner();
|
||||
|
||||
(height, value, input_type)
|
||||
|
||||
Reference in New Issue
Block a user