diff --git a/src/index.ts b/src/index.ts index f8a2baf..8ff170f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -199,10 +199,6 @@ const main = async () => { }); setInterval(async () => { - if (lastSlotReceivedMutex.isLocked()) { - return; - } - await lastSlotReceivedMutex.runExclusive(async () => { lastSlotReceived = bulkAccountLoader.getSlot(); });