Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Rodrigo Bonilla 2026-06-12 02:57:54 -06:00 committed by rodribp
parent 8081393435
commit 8733ce74a0
No known key found for this signature in database
GPG key ID: CC349739DA92EE20

View file

@ -223,7 +223,7 @@ class ChainTips {
const staleBlocks = await BlocksRepository.$getStaleBlocks(fromHeight, limit);
// map the previous block hashes of each stale block so we can reconstrunct branch lengths
// map the previous block hashes of each stale block so we can reconstruct branch lengths
const staleByPrevhash: { [prevhash: string]: BlockExtended } = {};
for (const block of staleBlocks) {
if (block.previousblockhash) {