Skip to content

Commit

Permalink
remove hashes with invalid zid
Browse files Browse the repository at this point in the history
  • Loading branch information
RantumBits committed Feb 12, 2025
1 parent ba7e779 commit d643276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ settler_txs AS (
end as taker
FROM
settler_trace_data

where (varbinary_substring(tracker,2,12)) != 0x000000000000000000000000
)

SELECT * FROM settler_txs
Expand Down

0 comments on commit d643276

Please sign in to comment.