Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Sep 6, 2024
1 parent e8ecb54 commit 6308538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zetaclient/orchestrator/orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,11 +502,11 @@ func (oc *Orchestrator) ScheduleCctxEVM(
}

if outboundScheduleInterval == 0 {

Check warning on line 504 in zetaclient/orchestrator/orchestrator.go

View check run for this annotation

Codecov / codecov/patch

zetaclient/orchestrator/orchestrator.go#L504

Added line #L504 was not covered by tests
// TODO: clean up this log when issues is resolved
// TODO: clean up this log when issue is resolved
// logging observer chain id to be sure that observer is resolved correctly for the same chain
oc.logger.Error().
Err(err).
Msgf("ScheduleCctxEVM: outboundScheduleInterval set to 0 for chain %d for observer for chain %d", chainID, observer.GetChainParams().ChainId)
Msgf("ScheduleCctxEVM: outboundScheduleInterval set to 0 for chain %d using observer for chain %d", chainID, observer.GetChainParams().ChainId)
return

Check warning on line 510 in zetaclient/orchestrator/orchestrator.go

View check run for this annotation

Codecov / codecov/patch

zetaclient/orchestrator/orchestrator.go#L507-L510

Added lines #L507 - L510 were not covered by tests
}

Expand Down

0 comments on commit 6308538

Please sign in to comment.