Skip to content

Commit

Permalink
Update besu/src/main/java/org/hyperledger/besu/services/BlockSimulato…
Browse files Browse the repository at this point in the history
…rServiceImpl.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 8b97440 commit d026c0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public BlockSimulationResult importBlockUnsafe(
.orElseThrow(
() ->
new IllegalArgumentException(
"Public world state not available for block "
"World state not available for block number (block hash): "
+ headerCore.toLogString()))) {
var results = blockSimulator.process(headerCore, List.of(blockStateCall), ws);
var result = results.getFirst();
Expand Down

0 comments on commit d026c0c

Please sign in to comment.