good morning!!!!

Skip to content
Snippets Groups Projects
Commit 9eb50a96 authored by Justin Clark-Casey's avatar Justin Clark-Casey
Browse files

web3ext: Remove old natspec Admin_JS stubs

This stops them from showing up on the javascript console.
parent acecefee
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment