We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca356a commit f29a5ffCopy full SHA for f29a5ff
typescript-sdk/src/runtime/state-machine.ts
@@ -376,7 +376,7 @@ export class FumaroleSM {
376
needNewBlockchainEvents(): boolean {
377
const MINIMUM_UNPROCESSED_BLOCKCHAIN_EVENT = 10;
378
return this.unprocessedBlockchainEvent.size() < MINIMUM_UNPROCESSED_BLOCKCHAIN_EVENT || (
379
- this.slotStatusUpdateQueue.size() === 0 ||
+ this.slotStatusUpdateQueue.size() === 0 &&
380
this.blockedSlotStatusUpdate.size === 0
381
)
382
}
0 commit comments