Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
6cc87a31
Commit
6cc87a31
authored
Nov 25, 2016
by
Jeffrey Wilcke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/utils, internal/web3ext: removed httpGet
parent
b8c766a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
flags.go
cmd/utils/flags.go
+1
-1
web3ext.go
internal/web3ext/web3ext.go
+0
-5
No files found.
cmd/utils/flags.go
View file @
6cc87a31
...
@@ -373,7 +373,7 @@ var (
...
@@ -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
{
...
...
internal/web3ext/web3ext.go
View file @
6cc87a31
...
@@ -226,11 +226,6 @@ web3._extend({
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment