From c82b8f9331c8bd5f2dfa9ab7d9dfddcccda8bf2c Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 2 Jul 2023 18:10:02 +0200 Subject: [PATCH] Update backend/src/api/mempool.ts Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com> --- backend/src/api/mempool.ts | 1 + 1 file changed, 1 insertion(+) 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 {