mirror of
https://github.com/mempool/mempool.git
synced 2025-04-12 13:59:20 +02:00
ops: Fix a classic typo in mempool clear protection log print
This commit is contained in:
parent
d52e2cd585
commit
b1bdb52851
@ -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…
x
Reference in New Issue
Block a user