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

pull/21225/head
HackyMiner 5 years ago committed by GitHub
parent c85fdb76ee
commit 9371b2f70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      internal/web3ext/web3ext.go

@ -231,7 +231,8 @@ web3._extend({
new web3._extend.Method({ new web3._extend.Method({
name: 'accountRange', name: 'accountRange',
call: 'debug_accountRange', call: 'debug_accountRange',
params: 2 params: 6,
inputFormatter: [web3._extend.formatters.inputDefaultBlockNumberFormatter, null, null, null, null, null],
}), }),
new web3._extend.Method({ new web3._extend.Method({
name: 'printBlock', name: 'printBlock',

Loading…
Cancel
Save