Skip to content

Commit

Permalink
fixes from review
Browse files Browse the repository at this point in the history
Signed-off-by: microwavedcola1 <[email protected]>
  • Loading branch information
microwavedcola1 committed Aug 22, 2024
1 parent a68b567 commit b2225bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/client/scripts/sb-on-demand-crank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ async function updateFilteredOraclesAis(
filteredOracle.oracle.isOracleStaleOrUnconfident =
isOracleStaleOrUnconfident(
nowSlot,
maxStalenessSlots.toNumber(),
maxStalenessSlots.toNumber() - 100, // mark as stale a bit early, so we can keep fallback prepared
result.lastUpdatedSlot,
result.deviation,
confFilter,
Expand Down

0 comments on commit b2225bd

Please sign in to comment.