Skip to content

Commit

Permalink
fix CTE
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Dec 11, 2024
1 parent 1179512 commit 171d8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rewards/9_goldStakerODRewardAmounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ staker_delegated_operators AS (
SELECT
ors.*,
sds.staker
FROM _operator_restaked_strategies ors
FROM staker_splits ors
JOIN staker_delegation_snapshots sds
ON ors.operator = sds.operator
AND ors.snapshot = sds.snapshot
Expand Down

0 comments on commit 171d8b1

Please sign in to comment.