aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authorJustin Clark-Casey <justincc@justincc.org>2016-06-24 05:32:12 +0800
committerJustin Clark-Casey <justincc@justincc.org>2016-06-24 05:34:53 +0800
commit9eb50a962400bae76478aa7fdc07b66c8fc2d81a (patch)
tree56ce21d1aaf6df3908335601a687f0f3ac4a50be /internal
parentacecefee8840e4bc09a319da0d6175d8e93ef29a (diff)
downloaddexon-9eb50a962400bae76478aa7fdc07b66c8fc2d81a.tar
dexon-9eb50a962400bae76478aa7fdc07b66c8fc2d81a.tar.gz
dexon-9eb50a962400bae76478aa7fdc07b66c8fc2d81a.tar.bz2
dexon-9eb50a962400bae76478aa7fdc07b66c8fc2d81a.tar.lz
dexon-9eb50a962400bae76478aa7fdc07b66c8fc2d81a.tar.xz
dexon-9eb50a962400bae76478aa7fdc07b66c8fc2d81a.tar.zst
dexon-9eb50a962400bae76478aa7fdc07b66c8fc2d81a.zip
web3ext: Remove old natspec Admin_JS stubs
This stops them from showing up on the javascript console.
Diffstat (limited to 'internal')
-rw-r--r--internal/web3ext/web3ext.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/internal/web3ext/web3ext.go b/internal/web3ext/web3ext.go
index 8d5d1500f..162cf7096 100644
--- a/internal/web3ext/web3ext.go
+++ b/internal/web3ext/web3ext.go
@@ -111,21 +111,6 @@ web3._extend({
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',
params: 2