mirror of https://github.com/ethereum/go-ethereum
core: only cache non-nil receipts from the database (#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.pull/18476/head
parent
19bfcbf911
commit
66f0c464cc
Loading…
Reference in new issue