Skip to content

Commit

Permalink
fix(user-ops-indexer): use correct topic (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1rill-fedoseev authored Jan 23, 2025
1 parent aa54a20 commit 3f36bc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ impl<P: Provider, L: IndexerLogic + Sync + Send> Indexer<P, L> {
let missed_txs = repository::user_op::stream_unprocessed_logs_tx_hashes(
&self.db,
self.logic.entry_point(),
L::BEFORE_EXECUTION_SIGNATURE,
L::USER_OPERATION_EVENT_SIGNATURE,
from_block,
to_block,
)
Expand Down

0 comments on commit 3f36bc2

Please sign in to comment.