Skip to content

Commit

Permalink
Update ethereum/core/src/main/java/org/hyperledger/besu/ethereum/tran…
Browse files Browse the repository at this point in the history
…saction/BlockSimulationResult.java

Co-authored-by: Stefan Pingel <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia and pinges authored Dec 13, 2024
1 parent a6b4597 commit 9de954d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class BlockSimulationResult {
public BlockSimulationResult(
final Block block,
final List<? extends TransactionReceipt> receipts,
final List<TransactionSimulatorResult> transactionSimulations) {
final List<TransactionSimulatorResult> transactionSimulationResults) {
this.block = block;
this.receipts = new ArrayList<>(receipts);
this.transactionSimulationResults = transactionSimulationResults;
Expand Down

0 comments on commit 9de954d

Please sign in to comment.