Skip to content

Commit

Permalink
use mining beneficiary from protocol spec
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lehrner <[email protected]>
  • Loading branch information
daniellehrner committed Jan 11, 2024
1 parent 945a44c commit 7f80902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ private List<TransactionProcessingResult> trace(
worldUpdater,
header,
transaction,
header.getCoinbase(),
protocolSpec.getMiningBeneficiaryCalculator().calculateBeneficiary(header),
tracer,
new CachingBlockHashLookup(header, blockchain),
false,
Expand Down

0 comments on commit 7f80902

Please sign in to comment.