Skip to content

Commit

Permalink
style: add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Apr 30, 2024
1 parent 47685e6 commit 7e4ed67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const MetricsEpochGridFundsUsage: FC<MetricsEpochGridFundsUsageProps> = ({
if (epoch === currentEpoch - 1 && isDecisionWindowOpen) {
return unusedRewards + ethBelowThreshold;
}
// TODO OCT-1612 OCT-1614 remove this bypass.
if (epoch === 3) {
return 3854465046588467390n;
}
Expand Down

0 comments on commit 7e4ed67

Please sign in to comment.