Skip to content

Commit

Permalink
Update ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/j…
Browse files Browse the repository at this point in the history
…sonrpc/internal/processor/privateProcessor/PrivateTracer.java

Co-authored-by: Stefan Pingel <[email protected]>
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo and pinges authored Jul 26, 2024
1 parent 545458a commit 7f09252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static <TRACE> Optional<TRACE> processTracing(
}

/**
* This class force the use of the processTracing method to do tracing. processTracing allows you
* This class forces the use of the processTracing method to do tracing. processTracing allows you
* to cleanly manage the worldstate, to close it etc
*/
public static class TraceableState implements MutableWorldState {
Expand Down

0 comments on commit 7f09252

Please sign in to comment.