Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: api: return errors on failure to lookup an eth txn receipt
All these cases here are actually errors and returning `nil` makes this hard to debug. We likely returned nil in the past to be "best effort" but, as far as I can tell, we should only hit these error cases if something is actually wrong. part of #11325
- Loading branch information