Skip to content

Commit

Permalink
Merge branch 'relayer_event_status_check' of github.com:taikoxyz/taik…
Browse files Browse the repository at this point in the history
…o-mono into relayer_event_status_check
  • Loading branch information
cyberhorsey committed May 13, 2024
2 parents 2432be6 + 84e5de0 commit 6df6f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/processor/process_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ func (p *Processor) sendProcessMessageCall(
}

// we should check event status one more time, after we have waiting for
// confirmations, and after we have gnerated proof. its possible another relayer
// confirmations, and after we have generated proof. its possible another relayer
// or the user themself has claimed this in the time it took
// for us to do this work, which would cause us to revert.
eventStatus, err := p.eventStatusFromMsgHash(ctx, event.MsgHash)
Expand Down

0 comments on commit 6df6f4e

Please sign in to comment.