mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
ops: Fix a classic typo in mempool clear protection log print
This commit is contained in:
parent
d52e2cd585
commit
b1bdb52851
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ class Mempool {
|
|||
logger.warn(`Mempool clear protection triggered because transactions.length: ${transactions.length} and currentMempoolSize: ${currentMempoolSize}.`);
|
||||
setTimeout(() => {
|
||||
this.mempoolProtection = 2;
|
||||
logger.warn('Mempool clear protection resumed.');
|
||||
logger.warn('Mempool clear protection ended, normal operation resumed.');
|
||||
}, 1000 * 60 * config.MEMPOOL.CLEAR_PROTECTION_MINUTES);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue