Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
internal/web3ext: add missing params to debug.accountRange (#21208)
  • Loading branch information
hackmod committed Jun 11, 2020
1 parent c85fdb7 commit 9371b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/web3ext/web3ext.go
Expand Up @@ -231,7 +231,8 @@ web3._extend({
new web3._extend.Method({
name: 'accountRange',
call: 'debug_accountRange',
params: 2
params: 6,
inputFormatter: [web3._extend.formatters.inputDefaultBlockNumberFormatter, null, null, null, null, null],
}),
new web3._extend.Method({
name: 'printBlock',
Expand Down

0 comments on commit 9371b2f

Please sign in to comment.