Merge pull request #2731 from justincc/remove-old-natspec-js-stubs

web3ext: Remove old natspec Admin_JS stubs
pull/2734/head
Péter Szilágyi 9 years ago committed by GitHub
commit ae0880997b
  1. 15
      internal/web3ext/web3ext.go

@ -110,21 +110,6 @@ web3._extend({
call: 'admin_registerUrl',
params: 3
}),
new web3._extend.Method({
name: 'startNatSpec',
call: 'admin_startNatSpec',
params: 0
}),
new web3._extend.Method({
name: 'stopNatSpec',
call: 'admin_stopNatSpec',
params: 0
}),
new web3._extend.Method({
name: 'getContractInfo',
call: 'admin_getContractInfo',
params: 1
}),
new web3._extend.Method({
name: 'httpGet',
call: 'admin_httpGet',

Loading…
Cancel
Save