mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 11:36:37 +00:00
web3ext: Remove old natspec Admin_JS stubs
This stops them from showing up on the javascript console.
This commit is contained in:
parent
acecefee88
commit
9eb50a9624
1 changed files with 0 additions and 15 deletions
|
|
@ -110,21 +110,6 @@ web3._extend({
|
||||||
call: 'admin_registerUrl',
|
call: 'admin_registerUrl',
|
||||||
params: 3
|
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({
|
new web3._extend.Method({
|
||||||
name: 'httpGet',
|
name: 'httpGet',
|
||||||
call: 'admin_httpGet',
|
call: 'admin_httpGet',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue