mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Change log priority for 'The mempool is now in sync!' message to NOTICE
This commit is contained in:
parent
2077126064
commit
089bb38e6a
@ -169,7 +169,7 @@ class Mempool {
|
||||
|
||||
if (!this.inSync && transactions.length === Object.keys(this.mempoolCache).length) {
|
||||
this.inSync = true;
|
||||
logger.info('The mempool is now in sync!');
|
||||
logger.notice('The mempool is now in sync!');
|
||||
loadingIndicators.setProgress('mempool', 100);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user