Skip to content

Commit

Permalink
Update packages/relayer/watchdog/watchdog.go
Browse files Browse the repository at this point in the history
Co-authored-by: Roger <[email protected]>
  • Loading branch information
cyberhorsey and RogerLamTd authored Mar 26, 2024
1 parent a6d2c6e commit b1d783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/watchdog/watchdog.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func (w *Watchdog) checkMessage(ctx context.Context, msg queue.Message) error {
// check if the source chain sent this message
sent, err := w.destBridge.IsMessageSent(nil, msgBody.Event.Message)
if err != nil {
return errors.Wrap(err, "w.srcBridge.IsMessageSent")
return errors.Wrap(err, "w.destBridge.IsMessageSent")
}

// if so, do nothing, acknowledge message
Expand Down

0 comments on commit b1d783b

Please sign in to comment.