Skip to content

Commit

Permalink
fix JsonRpc2_0Geth protections
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Pruteanu committed Mar 27, 2018
1 parent d53933e commit b800956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* JSON-RPC 2.0 factory implementation for Geth.
*/
class JsonRpc2_0Geth extends JsonRpc2_0Admin implements Geth {
public class JsonRpc2_0Geth extends JsonRpc2_0Admin implements Geth {

public JsonRpc2_0Geth(Web3jService web3jService) {
super(web3jService);
Expand Down

0 comments on commit b800956

Please sign in to comment.