Revert regression introduced in #1320

This commit is contained in:
nymkappa 2023-03-26 17:54:24 +09:00
parent 85c2f0ba30
commit 414383638d
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -558,7 +558,7 @@ class Blocks {
} }
while (this.currentBlockHeight < blockHeightTip) { while (this.currentBlockHeight < blockHeightTip) {
if (this.currentBlockHeight < blockHeightTip - config.MEMPOOL.INITIAL_BLOCKS_AMOUNT) { if (this.currentBlockHeight === 0) {
this.currentBlockHeight = blockHeightTip; this.currentBlockHeight = blockHeightTip;
} else { } else {
this.currentBlockHeight++; this.currentBlockHeight++;