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 d026c0c commit 7ab57c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class BlockSimulationResult {
final Block block;
final List<TransactionReceipt> receipts;
List<TransactionSimulatorResult> transactionSimulations;
List<TransactionSimulatorResult> transactionSimulationResults;

public BlockSimulationResult(
final Block block,
Expand Down

0 comments on commit 7ab57c6

Please sign in to comment.