Skip to content

Commit

Permalink
fix: add duration
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsanant committed Dec 12, 2024
1 parent 9948fca commit f8f8835
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/rewards/7_goldActiveODRewards.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ active_rewards_updated_end_timestamps AS (
multiplier,
strategy,
reward_hash,
duration,
global_end_inclusive,
block_date AS reward_submission_date
FROM active_rewards_modified
Expand All @@ -58,6 +59,7 @@ active_rewards_updated_start_timestamps AS (
ap.multiplier,
ap.strategy,
ap.reward_hash,
ap.duration,
ap.global_end_inclusive,
ap.reward_submission_date
FROM active_rewards_updated_end_timestamps ap
Expand All @@ -72,6 +74,7 @@ active_rewards_updated_start_timestamps AS (
ap.multiplier,
ap.strategy,
ap.reward_hash,
ap.duration,
ap.global_end_inclusive,
ap.reward_start_exclusive,
ap.reward_submission_date
Expand Down Expand Up @@ -110,6 +113,7 @@ active_rewards_cleaned AS (
amount_decimal,
multiplier,
strategy,
duration,
reward_hash,
reward_submission_date
FROM exploded_active_range_rewards
Expand Down

0 comments on commit f8f8835

Please sign in to comment.