Create rates table on all networks

This commit is contained in:
nymkappa
2022-05-31 11:20:20 +02:00
parent ae567e0cd5
commit 79fd45127e
2 changed files with 1 additions and 3 deletions

View File

@@ -314,8 +314,6 @@ class Blocks {
}
}
const currentUsdPrice = fiatConversion.getConversionRates().USD;
while (this.currentBlockHeight < blockHeightTip) {
if (this.currentBlockHeight < blockHeightTip - config.MEMPOOL.INITIAL_BLOCKS_AMOUNT) {
this.currentBlockHeight = blockHeightTip;