Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Nov 18, 2023
1 parent 52ef48f commit 668292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/messages.rake
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ def latest_message_accepted_evm_logs(network)

Pug::EvmLog.with_network(network)
.with_event('MessageAccepted')
.field_gt('message_index', last_message_index)
.where("(decoded->>'message_index')::int > ?", last_message_index)
end

0 comments on commit 668292a

Please sign in to comment.