Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed May 16, 2024
1 parent 6815f5f commit 0f2b6cd
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 may omit gas price in observation to maintain backwards compability in libocr (with older nodes).
// We omit gas price in observation to maintain backwards compability in libocr (with older nodes).

Check failure on line 34 in median/plugin.go

View workflow job for this annotation

GitHub Actions / ci-lint

`compability` is a misspelling of `compatibility` (misspell)
// Once all chainlink nodes have updated to libocr version >= fd3cab206b2c
// the IncludeGasPriceSubunitsInObservation field can be removed

Expand Down

0 comments on commit 0f2b6cd

Please sign in to comment.