Skip to content

Commit

Permalink
Use default blockchain
Browse files Browse the repository at this point in the history
As per review by @ahamlat

Signed-off-by: = <=>
  • Loading branch information
= committed Dec 7, 2024
1 parent 563c0fc commit 39a0d92
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ public static MinerDataResult createMinerDataResult(
final Wei staticBlockReward = protocolSpec.getBlockReward();
final Wei transactionFee =
blockchainQueries
.transactionReceiptsByBlockHash(blockHeader.getHash(), protocolSchedule)
.getBlockchain()
.getTxReceipts(blockHeader.getHash())
.orElse(new ArrayList<TransactionReceiptWithMetadata>())
.stream()
.map(
Expand Down

0 comments on commit 39a0d92

Please sign in to comment.