Skip to content

Commit

Permalink
Merge branch 'main' into mpetrun5/listener-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Oct 18, 2023
2 parents b9d5369 + 0f397e3 commit 68b6fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (r *Relayer) Start(ctx context.Context, msgChan chan []*message.Message) {
func (r *Relayer) route(msgs []*message.Message) {
destChain, ok := r.relayedChains[msgs[0].Destination]
if !ok {
log.Error().Uint8("domainID", destChain.DomainID()).Msgf("no resolver for destID %v to send message registered", msgs[0].Destination)
log.Error().Uint8("domainID", destChain.DomainID()).Msgf("No chain registered for destination domain")
return
}

Expand Down

0 comments on commit 68b6fc7

Please sign in to comment.