Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpcdaemon: Get state at end of the block when generating Bor receipts (…
…#12436) We want to get the state at the end of the block when executing state sync events. `CreateHistoryStateReader` gives us the state before the transaction at `txIndex` is executed, so we want to get the state at `txIndex=len(transactions)`.
- Loading branch information