mirror of
https://github.com/mempool/mempool.git
synced 2026-08-19 13:18:06 +02:00
Change log priority for 'The mempool is now in sync!' message to NOTICE
This commit is contained in:
parent
2077126064
commit
089bb38e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue