Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed May 22, 2024
1 parent 217297c commit ebeeed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion median/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (p *Plugin) NewMedianFactory(ctx context.Context, provider types.MedianProv
ctxVals.SetValues(ctx)
lggr := logger.With(p.Logger, ctxVals.Args()...)

// We omit gas price in observation to maintain backwards compability in libocr (with older nodes).
// We omit gas price in observation to maintain backwards compatibility in libocr (with older nodes).
// Once all chainlink nodes have updated to libocr version >= fd3cab206b2c
// the IncludeGasPriceSubunitsInObservation field can be removed

Expand Down

0 comments on commit ebeeed5

Please sign in to comment.