Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara committed Aug 6, 2024
1 parent 3aa8224 commit a820f9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func (c *CommitStore) GetCommitReport(ctx context.Context, root [32]byte) (ccipt
c.address.String(),
logpoller.NewAddressFilter(c.address),
logpoller.NewEventSigFilter(c.reportAcceptedSig),
logpoller.NewEventByTopicFilter(uint64(c.reportAcceptedMaxSeqIndex+1), []primitives.ValueComparator{
logpoller.NewEventByWordFilter(c.reportAcceptedSig, uint8(c.reportAcceptedMaxSeqIndex+1), []primitives.ValueComparator{
{Value: common.BytesToHash(root[:]).Hex(), Operator: primitives.Eq},
}),
)
Expand Down

0 comments on commit a820f9a

Please sign in to comment.