Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

[minor] add rpc_modules json-rpc #1036

Merged
merged 3 commits into from
Mar 4, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove copy pasta comment
  • Loading branch information
shemnon committed Mar 4, 2019
commit 758deb5d110c542399caf80c2d450f2310721fd1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public String getName() {

@Override
public JsonRpcResponse response(final JsonRpcRequest req) {
// For now, just return an empty list.
return new JsonRpcSuccessResponse(req.getId(), moduleVersions);
}
}