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) {
|
if (!this.inSync && transactions.length === Object.keys(this.mempoolCache).length) {
|
||||||
this.inSync = true;
|
this.inSync = true;
|
||||||
logger.info('The mempool is now in sync!');
|
logger.notice('The mempool is now in sync!');
|
||||||
loadingIndicators.setProgress('mempool', 100);
|
loadingIndicators.setProgress('mempool', 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user