Changing common output messages to Debug.

refs #135
This commit is contained in:
softsimon
2020-10-13 16:00:58 +07:00
parent 4dacf292c2
commit 04ac820ed7
3 changed files with 7 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ class Blocks {
transactions.push(mempool[txIds[i]]);
found++;
} else {
logger.info(`Fetching block tx ${i} of ${txIds.length}`);
logger.debug(`Fetching block tx ${i} of ${txIds.length}`);
const tx = await memPool.getTransactionExtended(txIds[i]);
if (tx) {
transactions.push(tx);