Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrajath authored and seanmcgary committed Jan 8, 2025
1 parent 8edac96 commit 27db241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rewards/8_goldOperatorODRewardAmounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ distinct_operators AS (
operator_splits AS (
SELECT
dop.*,
CASE,
CASE
WHEN dop.snapshot < @trinityHardforkDate AND dop.reward_submission_date < @trinityHardforkDate THEN
COALESCE(oas.split, 1000) / CAST(10000 AS DECIMAL)
ELSE
Expand Down

0 comments on commit 27db241

Please sign in to comment.