good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 9371b2f7 authored by HackyMiner's avatar HackyMiner Committed by GitHub
Browse files

internal/web3ext: add missing params to debug.accountRange (#21208)

parent c85fdb76
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment