Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ocr2/plugins/ccip/internal/pricegetter: format correct error (#1195)
## Motivation We are formatting the wrong error in `fmt.Errorf`. This was actually the root cause of `errcheck` not correctly flagging `err` as unchecked prior to PR #1145 ## Solution Format the correct error.
- Loading branch information