diff --git a/ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/RpcApis.java b/ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/RpcApis.java index 3bef2f85ec8..a90134dac22 100644 --- a/ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/RpcApis.java +++ b/ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/RpcApis.java @@ -33,7 +33,8 @@ public enum RpcApis { CLIQUE, IBFT, ENGINE, - QBFT; + QBFT, + TESTING; public static final List DEFAULT_RPC_APIS = Arrays.asList("ETH", "NET", "WEB3");