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

This commit is contained in:
HackyMiner 2020-06-11 22:41:43 +09:00 committed by GitHub
parent c85fdb76ee
commit 9371b2f70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',