Skip to content

Commit

Permalink
taker_token_
Browse files Browse the repository at this point in the history
  • Loading branch information
RantumBits committed Nov 26, 2024
1 parent e1d4edf commit 7425907
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ tbl_valid_logs AS (
,ROW_NUMBER() OVER (PARTITION BY tx_hash ORDER BY index DESC) AS rn
FROM
tbl_all_logs
WHERE
taker_token != maker_token
)

SELECT * FROM tbl_valid_logs
Expand Down

0 comments on commit 7425907

Please sign in to comment.