Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Sep 13, 2023
1 parent 995d204 commit e30a4ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions relayer/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ func NewRelayer(
return nil, nil, err
}

// RelayMessage relays a single warp message to the destination chain. Warp message relay requests are concurrent with each other,
// and synchronized by relayer.
// RelayMessage relays a single warp message to the destination chain. Warp message relay requests from the same origin chain are processed serially
func (r *Relayer) RelayMessage(warpLogInfo *vmtypes.WarpLogInfo, metrics *MessageRelayerMetrics, messageCreator message.Creator) error {
r.logger.Info(
"Relaying message",
Expand Down

0 comments on commit e30a4ac

Please sign in to comment.