Changing more loggings levels.

refs #135
This commit is contained in:
softsimon
2020-10-13 17:48:43 +07:00
parent cbcfbe5b36
commit 4399c5e8e9
4 changed files with 9 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ class Blocks {
this.currentBlockHeight = blockHeightTip;
} else {
this.currentBlockHeight++;
logger.info(`New block found (#${this.currentBlockHeight})!`);
logger.debug(`New block found (#${this.currentBlockHeight})!`);
}
const blockHash = await bitcoinApi.getBlockHash(this.currentBlockHeight);