diff --git a/backend/src/api/mempool.ts b/backend/src/api/mempool.ts index e2dc09ada..1a6bce853 100644 --- a/backend/src/api/mempool.ts +++ b/backend/src/api/mempool.ts @@ -156,6 +156,7 @@ class Mempool { } }; + let intervalTimer = Date.now(); for (const txid of transactions) { if (!this.mempoolCache[txid]) { try {