Set in sync to false when mempool clear protection is active.

refs #76
This commit is contained in:
softsimon
2020-06-18 14:34:56 +07:00
parent f972149a54
commit 2f0d29e315
2 changed files with 1 additions and 4 deletions

View File

@@ -37,10 +37,6 @@ class Statistics {
const txPerSecond = memPool.getTxPerSecond();
const vBytesPerSecond = memPool.getVBytesPerSecond();
if (txPerSecond === 0) {
return;
}
console.log('Running statistics');
let memPoolArray: TransactionExtended[] = [];