Skip to content

Commit

Permalink
Fix missing rename
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia committed Dec 13, 2024
1 parent 9de954d commit f516105
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public List<? extends TransactionReceipt> getReceipts() {
}

public List<TransactionSimulatorResult> getTransactionSimulations() {
return transactionSimulations;
return transactionSimulationResults;
}

public Block getBlock() {
Expand Down

0 comments on commit f516105

Please sign in to comment.