Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: only cache non-nil receipts from the database (ethereum#18447)
receipts may be null for very short time in some condition. For this case, we should not add the null value into cache. Because you will not get the right result if you keep requesting that receipt.
- Loading branch information