Skip to content

Commit

Permalink
remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Sep 6, 2024
1 parent 555b1df commit 95582c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zetaclient/orchestrator/orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ func (oc *Orchestrator) ScheduleCctxEVM(
Interface("observer.chain_params", observer.GetChainParams()).
Msgf("ScheduleCctxEVM: outboundScheduleInterval set to 0 for chain %d, hardcoding to 64", chainID)
outboundScheduleInterval = 64

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

View check run for this annotation

Codecov / codecov/patch

zetaclient/orchestrator/orchestrator.go#L511-L512

Added lines #L511 - L512 were not covered by tests
return
}

// otherwise, the normal interval is used
Expand Down

0 comments on commit 95582c4

Please sign in to comment.