Skip to content

Commit

Permalink
Fix coinbase for *bft
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
  • Loading branch information
fab-10 committed Oct 17, 2023
1 parent 4626230 commit 25b1522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public BftBlockCreator(
final BlockHeader parentHeader,
final BftExtraDataCodec bftExtraDataCodec) {
super(
miningParameters,
miningParameters.setCoinbase(localAddress),
miningBeneficiaryCalculator(localAddress, forksSchedule),
extraDataCalculator,
transactionPool,
Expand Down

0 comments on commit 25b1522

Please sign in to comment.