Use correct mining beneficiary in TraceServiceImpl #6389
Closed
Description
opened on Jan 11, 2024
The TraceServiceImpl has the coinbase from the block header hard coded as mining beneficiary. This is not correct for Clique networks as the mining beneficiary is recovered from the signed message in extra data. The mining beneficiary needs to be correctly calculated for all consensus options.
Activity