Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
62be477b
Commit
62be477b
authored
Apr 21, 2016
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indent
parent
44b60c4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
web3Admin.js
src/web3Admin.js
+9
-9
No files found.
src/web3Admin.js
View file @
62be477b
...
@@ -92,13 +92,13 @@ module.exports = {
...
@@ -92,13 +92,13 @@ module.exports = {
property
:
'debug'
,
property
:
'debug'
,
methods
:
methods
:
[
[
new
web3
.
_extend
.
Method
({
new
web3
.
_extend
.
Method
({
name
:
'debugTrace'
,
name
:
'debugTrace'
,
call
:
'debug_trace'
,
call
:
'debug_trace'
,
params
:
1
,
params
:
1
,
inputFormatter
:
[
null
,
null
],
inputFormatter
:
[
null
,
null
],
params
:
2
params
:
2
}),
}),
new
web3
.
_extend
.
Method
({
new
web3
.
_extend
.
Method
({
name
:
'printBlock'
,
name
:
'printBlock'
,
call
:
'debug_printBlock'
,
call
:
'debug_printBlock'
,
...
@@ -272,6 +272,6 @@ module.exports = {
...
@@ -272,6 +272,6 @@ module.exports = {
})
})
]
]
});
});
}
}
};
};
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