Skip to content

Commit

Permalink
revert eth_accounts testing change
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Frame <[email protected]>
  • Loading branch information
jframe committed Jan 31, 2024
1 parent 9268db0 commit 96a5955
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public String getName() {
@Override
public JsonRpcResponse response(final JsonRpcRequestContext requestContext) {
// For now, just return an empty list.
return new JsonRpcSuccessResponse(
requestContext.getRequest().getId(),
new String[] {"fe3b557e8fb62b89f4916b721be55ceb828dbd73"});
return new JsonRpcSuccessResponse(requestContext.getRequest().getId(), new Object[] {});
}
}

0 comments on commit 96a5955

Please sign in to comment.