diff --git a/src/dlob-subscriber/DLOBSubscriberIO.ts b/src/dlob-subscriber/DLOBSubscriberIO.ts index 87aa4a9..97b063f 100644 --- a/src/dlob-subscriber/DLOBSubscriberIO.ts +++ b/src/dlob-subscriber/DLOBSubscriberIO.ts @@ -145,9 +145,7 @@ export class DLOBSubscriberIO extends DLOBSubscriber { if ( Math.abs(slot - parseInt(l2Formatted['oracleData']['slot'])) > - this.killSwitchSlotDiffThreshold || - Math.abs(slot - l2Formatted['marketSlot']) > - this.killSwitchSlotDiffThreshold + this.killSwitchSlotDiffThreshold ) { console.log(`Killing process due to slot diffs for market ${marketName}: dlobProvider slot: ${slot}