mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8081393435
commit
8733ce74a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue