Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into relayer/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed Nov 10, 2023
2 parents 1dcdbbe + 2673bb2 commit 6835ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/relayer/relayminer.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ func (rel *RelayMiner) Start(ctx context.Context) error {
rel.relayerSessionsManager.Start(ctx)

// Start the flow of relays by starting relayer proxy.
// This is a blocking call as it waits for the waitgroup to be done.
// This is a blocking call as it waits for the waitgroup in relayerProxy.Start()
// that starts all the relay servers to be done.
log.Println("INFO: Starting relayer proxy...")
if err := rel.relayerProxy.Start(ctx); err != nil {
return err
Expand Down

0 comments on commit 6835ce9

Please sign in to comment.