Merge pull request #3579 from bas-vk/natspec

cmd,eth,les,internal: remove natspec support
This commit is contained in:
Péter Szilágyi
2017-01-17 14:38:57 +02:00
committed by GitHub
8 changed files with 3 additions and 23 deletions

View File

@ -414,12 +414,6 @@ web3._extend({
params: 3,
inputFormatter: [web3._extend.formatters.inputTransactionFormatter, web3._extend.utils.fromDecimal, web3._extend.utils.fromDecimal]
}),
new web3._extend.Method({
name: 'getNatSpec',
call: 'eth_getNatSpec',
params: 1,
inputFormatter: [web3._extend.formatters.inputTransactionFormatter]
}),
new web3._extend.Method({
name: 'signTransaction',
call: 'eth_signTransaction',