Changing common output messages to Debug.

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

View File

@@ -38,7 +38,7 @@ class Statistics {
const txPerSecond = memPool.getTxPerSecond();
const vBytesPerSecond = memPool.getVBytesPerSecond();
logger.info('Running statistics');
logger.debug('Running statistics');
let memPoolArray: TransactionExtended[] = [];
for (const i in currentMempool) {