Make GeneralStateTestCaseEipSpec constructor public for use in linea-tracer/arithmetization (#7411)

Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com>
pull/7418/head
Gaurav Ahuja 4 months ago committed by GitHub
parent b5552e5137
commit b727c958bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ethereum/referencetests/src/main/java/org/hyperledger/besu/ethereum/referencetests/GeneralStateTestCaseEipSpec.java

@ -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,

Loading…
Cancel
Save