Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Oct 2, 2024
1 parent b94052b commit ce4c352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relayer/relays/execution/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func (r *Relay) waitAndSend(ctx context.Context, ev *contracts.GatewayOutboundMe
if err != nil {
return fmt.Errorf("is message procssed: %w", err)
}
// If the message is already processed we shouldn't try to submit it again
// If the message is already processed we shouldn't submit it again
if isProcessed {
return nil
}
Expand Down Expand Up @@ -442,7 +442,7 @@ func (r *Relay) doSubmit(ctx context.Context, ev *contracts.GatewayOutboundMessa
if err != nil {
return fmt.Errorf("is message procssed: %w", err)
}
// If the message is already processed we shouldn't try to submit it again
// If the message is already processed we shouldn't submit it again
if isProcessed {
return nil
}
Expand Down

0 comments on commit ce4c352

Please sign in to comment.