File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/hyperledger/besu/plugin/services Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Calculated : ${currentHash}
6464tasks. register(' checkAPIChanges' , FileStateChecker ) {
6565 description = " Checks that the API for the Plugin-API project does not change without deliberate thought"
6666 files = sourceSets. main. allJava. files
67- knownHash = ' miSpHvvb+ISITeebuvpzXOHgWik1uW9UqxlUGXQYU1k ='
67+ knownHash = ' nYb32ASSettoae0o+E+aOhGv7BvkRTXWr8/PlWlWmEA ='
6868}
6969check. dependsOn(' checkAPIChanges' )
7070
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public interface RpcEndpointService extends BesuService {
3737 * <p>The resulting endpoint is the {@code namespace} and the {@code functionName} concatenated
3838 * with an underscore to create the JSON-RPC method name.
3939 *
40- * <p>The method takes a {@link PluginRpcRequest} which contains a list of the inputs expressed
40+ * <p>The function takes a {@link PluginRpcRequest} which contains a list of the inputs expressed
4141 * entirely as strings. Javascript numbers are converted to strings via their toString method, and
4242 * complex input objects are not supported.
4343 *
You can’t perform that action at this time.
0 commit comments