Skip to content

Commit

Permalink
Make GeneralStateTestCaseEipSpec constructor public for use in linea-…
Browse files Browse the repository at this point in the history
…tracer/arithmetization (#7411)

Signed-off-by: Gaurav Ahuja <[email protected]>
  • Loading branch information
gauravahuja authored Aug 1, 2024
1 parent b5552e5 commit b727c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class GeneralStateTestCaseEipSpec {
private final int valueIndex;
private final String expectException;

GeneralStateTestCaseEipSpec(
public GeneralStateTestCaseEipSpec(
final String fork,
final List<Supplier<Transaction>> transactionSuppliers,
final ReferenceTestWorldState initialWorldState,
Expand Down

0 comments on commit b727c95

Please sign in to comment.