aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-06-24 16:02:44 +0800
committerGitHub <noreply@github.com>2016-06-24 16:02:44 +0800
commitae0880997b7427d6f19fb8501b37f0168623f0c8 (patch)
tree56ce21d1aaf6df3908335601a687f0f3ac4a50be
parentacecefee8840e4bc09a319da0d6175d8e93ef29a (diff)
parent9eb50a962400bae76478aa7fdc07b66c8fc2d81a (diff)
downloadgo-tangerine-ae0880997b7427d6f19fb8501b37f0168623f0c8.tar.gz
go-tangerine-ae0880997b7427d6f19fb8501b37f0168623f0c8.tar.zst
go-tangerine-ae0880997b7427d6f19fb8501b37f0168623f0c8.zip
Merge pull request #2731 from justincc/remove-old-natspec-js-stubs
web3ext: Remove old natspec Admin_JS stubs
-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