mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 14:46:16 +00:00
ba3fb9e6f4
Previously all blocks that were already in our chain were never re announced as potential uncle block (e.g. ChainSideEvent). This is problematic during mining where you want to gather as much possible uncles as possible increasing the profit. This is now addressed in this PR where during reorganisations of chains the old chain is regarded as uncles. Fixed #2298