websites: default: add live price

This commit is contained in:
nym21
2025-06-12 18:10:24 +02:00
parent 37405384a2
commit 8a82bf5c50
6 changed files with 321 additions and 183 deletions

View File

@@ -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)