Update backend/src/api/mempool.ts
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
This commit is contained in:
parent
96f7c9c055
commit
c82b8f9331
@ -156,6 +156,7 @@ class Mempool {
|
||||
}
|
||||
};
|
||||
|
||||
let intervalTimer = Date.now();
|
||||
for (const txid of transactions) {
|
||||
if (!this.mempoolCache[txid]) {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user