diff --git a/backend/src/api/blocks.ts b/backend/src/api/blocks.ts index f9b14d637..755b3c3ad 100644 --- a/backend/src/api/blocks.ts +++ b/backend/src/api/blocks.ts @@ -558,7 +558,7 @@ class Blocks { } while (this.currentBlockHeight < blockHeightTip) { - if (this.currentBlockHeight < blockHeightTip - config.MEMPOOL.INITIAL_BLOCKS_AMOUNT) { + if (this.currentBlockHeight === 0) { this.currentBlockHeight = blockHeightTip; } else { this.currentBlockHeight++;