From 7ab57c6c677a40104f49156187c56552a1e8e25d Mon Sep 17 00:00:00 2001 From: Gabriel-Trintinalia Date: Fri, 13 Dec 2024 13:52:16 +1100 Subject: [PATCH] Update ethereum/core/src/main/java/org/hyperledger/besu/ethereum/transaction/BlockSimulationResult.java Co-authored-by: Stefan Pingel <16143240+pinges@users.noreply.github.com> Signed-off-by: Gabriel-Trintinalia --- .../besu/ethereum/transaction/BlockSimulationResult.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/transaction/BlockSimulationResult.java b/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/transaction/BlockSimulationResult.java index 5cebf1128ad..501b5002d16 100644 --- a/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/transaction/BlockSimulationResult.java +++ b/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/transaction/BlockSimulationResult.java @@ -25,7 +25,7 @@ public class BlockSimulationResult { final Block block; final List receipts; - List transactionSimulations; + List transactionSimulationResults; public BlockSimulationResult( final Block block,