Skip to content

Commit

Permalink
final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Oct 21, 2024
1 parent f11e84e commit 14e5495
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sql/orderbook/prod_order_rewards.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ with trade_hashes as (
where
settlement.block_number > {{start_block}}
and settlement.block_number <= {{end_block}}
and settlement.tx_hash != '\x7087eb55854228a30c864a9ee4d6c4072d37d53bf4d0404f1064c5b33b7aa96d'
and settlement.tx_hash != '\x84eb7aef07139e9558f08ac92b857b727f64c0f44d92a572078f45b7d77ebe74'
),
order_surplus AS (
SELECT
Expand Down

0 comments on commit 14e5495

Please sign in to comment.