mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 03:56:36 +00:00
cmd/utils, internal/web3ext: removed httpGet
This commit is contained in:
parent
b8c766a9c5
commit
6cc87a31c6
2 changed files with 1 additions and 6 deletions
|
|
@ -373,7 +373,7 @@ var (
|
||||||
// ATM the url is left to the user and deployment to
|
// ATM the url is left to the user and deployment to
|
||||||
JSpathFlag = cli.StringFlag{
|
JSpathFlag = cli.StringFlag{
|
||||||
Name: "jspath",
|
Name: "jspath",
|
||||||
Usage: "JavaScript root path for `loadScript` and document root for `admin.httpGet`",
|
Usage: "JavaScript root path for `loadScript`",
|
||||||
Value: ".",
|
Value: ".",
|
||||||
}
|
}
|
||||||
SolcPathFlag = cli.StringFlag{
|
SolcPathFlag = cli.StringFlag{
|
||||||
|
|
|
||||||
|
|
@ -226,11 +226,6 @@ web3._extend({
|
||||||
new web3._extend.Method({
|
new web3._extend.Method({
|
||||||
name: 'stopWS',
|
name: 'stopWS',
|
||||||
call: 'admin_stopWS'
|
call: 'admin_stopWS'
|
||||||
}),
|
|
||||||
new web3._extend.Method({
|
|
||||||
name: 'httpGet',
|
|
||||||
call: 'admin_httpGet',
|
|
||||||
params: 2
|
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue