Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update src/sql/orderbook/batch_rewards.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Feb 21, 2023
1 parent ef5df23 commit 0ca61cc
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 0ca61cc

Please sign in to comment.