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
e6ca1958
Unverified
Commit
e6ca1958
authored
Mar 18, 2020
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
internal/web3ext: fix clique console apis to work on missing arguments
parent
4655b609
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
web3ext.go
internal/web3ext/web3ext.go
+2
-2
No files found.
internal/web3ext/web3ext.go
View file @
e6ca1958
...
@@ -74,7 +74,7 @@ web3._extend({
...
@@ -74,7 +74,7 @@ web3._extend({
name: 'getSnapshot',
name: 'getSnapshot',
call: 'clique_getSnapshot',
call: 'clique_getSnapshot',
params: 1,
params: 1,
inputFormatter: [web3._extend.
utils.fromDecimal
]
inputFormatter: [web3._extend.
formatters.inputBlockNumberFormatter
]
}),
}),
new web3._extend.Method({
new web3._extend.Method({
name: 'getSnapshotAtHash',
name: 'getSnapshotAtHash',
...
@@ -85,7 +85,7 @@ web3._extend({
...
@@ -85,7 +85,7 @@ web3._extend({
name: 'getSigners',
name: 'getSigners',
call: 'clique_getSigners',
call: 'clique_getSigners',
params: 1,
params: 1,
inputFormatter: [web3._extend.
utils.fromDecimal
]
inputFormatter: [web3._extend.
formatters.inputBlockNumberFormatter
]
}),
}),
new web3._extend.Method({
new web3._extend.Method({
name: 'getSignersAtHash',
name: 'getSignersAtHash',
...
...
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