Skip to content

Commit

Permalink
remove irrelevant query conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
juan518munoz committed Feb 6, 2025
1 parent 5cbc25d commit 5137e4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions core/lib/dal/src/data_availability_dal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ impl DataAvailabilityDal<'_, '_> {
eth_commit_tx_id IS NULL
AND number != 0
AND data_availability.blob_id IS NULL
AND pubdata_input IS NOT NULL
AND sealed_at IS NOT NULL
ORDER BY
number
LIMIT
Expand Down Expand Up @@ -239,8 +237,6 @@ impl DataAvailabilityDal<'_, '_> {
WHERE
number != 0
AND data_availability.blob_id = $1
AND pubdata_input IS NOT NULL
AND sealed_at IS NOT NULL
ORDER BY
number
LIMIT
Expand Down

0 comments on commit 5137e4e

Please sign in to comment.