Skip to content

Commit 158f672

Browse files
committed
javadoc
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent 887c241 commit 158f672

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

besu/src/main/java/org/hyperledger/besu/cli/config/NativeRequirement.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ public interface NativeRequirement {
3535
*/
3636
record NativeRequirementResult(Boolean present, String libname, Optional<String> errorMessage) {}
3737

38+
39+
/**
40+
* Ethereum mainnet-like performance requirements:
41+
*/
3842
Supplier<List<NativeRequirementResult>> MAINNET =
3943
() -> {
4044
List<NativeRequirementResult> requirements = new ArrayList<>();

0 commit comments

Comments
 (0)