Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the api method to take into account the celo block receipt. There was previous confusion around whether eth_getBlockReceipts was working or not, as it had worked for some people but not others. This confusion was caused because block receipts are only added when logs have been generated by system calls. Before gingerbread, we would update the gas price minimum on every block and hence create a log for the update, but post gingerbread the only updates that are happening are for epoch blocks. Co-authored-by: Paul Lange <palango@users.noreply.github.com>
- Loading branch information