db migration to clear obsolete audit data
This commit is contained in:
@@ -416,7 +416,7 @@ class WebsocketHandler {
|
||||
let matchRate;
|
||||
const _memPool = memPool.getMempool();
|
||||
|
||||
if (Common.indexingEnabled()) {
|
||||
if (Common.indexingEnabled() && memPool.isInSync()) {
|
||||
const mempoolCopy = cloneMempool(_memPool);
|
||||
const projectedBlocks = mempoolBlocks.makeBlockTemplates(mempoolCopy, 2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user