Skip to content

Commit

Permalink
Update src/sql/orderbook/batch_rewards.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Feb 22, 2023
1 parent a3c15a2 commit 870aa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/orderbook/batch_rewards.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ reward_data AS (
execution_cost,
surplus,
fee,
surplus + fee - reference_score AS reward_eth,
surplus + fee - reference_score AS payment,
-- scores
winning_score,
reference_score,
Expand Down

0 comments on commit 870aa21

Please sign in to comment.