diff options
Diffstat (limited to 'lib/main.js')
-rw-r--r-- | lib/main.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/main.js b/lib/main.js index d7f8531d2..fc0170287 100644 --- a/lib/main.js +++ b/lib/main.js @@ -86,9 +86,7 @@ var ethMethods = function () { { name: 'uncle', call: uncleCall }, { name: 'compilers', call: 'eth_compilers' }, { name: 'lll', call: 'eth_lll' }, - { name: 'solidity', call: 'eth_solidity' }, - { name: 'contractCreate', call: 'eth_contractCreate' }, - { name: 'contractCall', call: 'eth_contractCall' } + { name: 'solidity', call: 'eth_solidity' } ]; return methods; }; |