Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
george-dorin committed Nov 10, 2023
1 parent ba27d76 commit ba76c8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/services/ocr2/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,9 @@ func (d *Delegate) newServicesGenericPlugin(
if ok {
providerClientConn = providerConn.ClientConn()
} else {
//We chose to deal with the difference between a LOOP provider and an embedded provider here rather than in NewServerAdapter because this has a smaller blast radius, as the scope of this workaround is to enable the medianpoc for EVM and not touch the other providers.
//We chose to deal with the difference between a LOOP provider and an embedded provider here rather than
//in NewServerAdapter because this has a smaller blast radius, as the scope of this workaround is to
//enable the medianpoc for EVM and not touch the other providers.
//TODO: remove this workaround when the EVM relayer is running inside of an LOOPP
d.lggr.Info("provider is not a LOOPP provider, switching to provider server")

Expand Down

0 comments on commit ba76c8c

Please sign in to comment.