mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
The EthHashMinerExecutor is comprised of both EthHash specific functions as well as common functions which will be useful to other consensus mechanisms. As such the common functionality has been extracted to a parent class, leaving ethhash specific functionality in the child. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>