Update backend/src/api/mempool.ts

Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
This commit is contained in:
softsimon 2023-07-02 18:10:02 +02:00 committed by GitHub
parent 31ae382f75
commit 1e83a99bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,7 @@ class Mempool {
}
};
let intervalTimer = Date.now();
for (const txid of transactions) {
if (!this.mempoolCache[txid]) {
try {