Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flush receipt with the correct state (#546)
## Describe your changes and provide context `stateToCommit` could be either `processProposalState` or `deliverState`, so we should flush to the correct one. This might not be causing issue yet though, since before receipt flush, we'd first write `stateToCommit` to the parent state, so that `deliverState` would fall through to parent which is already updated by `stateToCommit` ## Testing performed to validate your change existing test
- Loading branch information