mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 05:34:03 +01:00
Update backend/src/api/mempool.ts
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
This commit is contained in:
parent
31ae382f75
commit
1e83a99bae
@ -156,6 +156,7 @@ class Mempool {
|
||||
}
|
||||
};
|
||||
|
||||
let intervalTimer = Date.now();
|
||||
for (const txid of transactions) {
|
||||
if (!this.mempoolCache[txid]) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user