Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix BAD Block when syncing to Baklava
Geth runs statedb.IntermediateRoot() after each tx. And it seems we should do the same after running the Randomness (which is done before the tx). This seems to modify statedb and the state root. If we don't do that we had an error with block 500 & 971 with invalidad stateRoot.
- Loading branch information