This repository was archived by the owner on Dec 4, 2024. It is now read-only.
Replies: 1 comment
-
Hi @tslamic, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! 👋
Apologies for not following the standard issue format; since this is more of a question/clarification than an issue, I think a simple description suffices. I was playing around with the linter config and enabled
nilerr
, which reported the following:Looking at
jsonrpc/eth_endpoint.go
, I suspect returningnil
for some errors is by design. However, in types.go and (potentially) base.go, returningnil
might be a typo rather than a conscious decision.Since I'm unfamiliar with the codebase, my assumptions might be incorrect, but I just thought I'd point it out. Happy to patch it up if you need a hand. 🙂
Beta Was this translation helpful? Give feedback.
All reactions