contract object

This commit is contained in:
Marek Kotewicz
2014-11-13 12:24:34 +01:00
parent d99fea2db6
commit 0e67fcd361
6 changed files with 21 additions and 14 deletions

View File

@ -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;
};