Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

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

1 change: 1 addition & 0 deletions core/lib/dal/src/blocks_web3_dal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ impl BlocksWeb3Dal<'_, '_> {
miniblocks.eth_precommit_tx_id = eth_txs_history.eth_tx_id
WHERE
eth_txs_history.finality_status = 'finalized'
AND miniblocks.eth_precommit_tx_id is not null
),
(
SELECT MAX(number)
Expand Down
Loading