Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jsonrpc: Add totalDifficulty back as interim hive fix (#12469)
Until hive implements ethereum/execution-apis#570 Partial revert of https://github.com/erigontech/erigon/pull/11809/files The reason this would still work with or without the snapshot files change: - RPC tests don't have to know about this PR, since it's based on a state with assumed nil for the `totalDifficulty` field. - Hive tests don't progress till pruning, nor do they start with any snapshots (unless this changes somehow)
- Loading branch information