mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
add debug_accountRange to web3ext
This commit is contained in:
parent
08611cfd75
commit
e06683e6b9
1 changed files with 5 additions and 0 deletions
|
|
@ -227,6 +227,11 @@ const DebugJs = `
|
|||
web3._extend({
|
||||
property: 'debug',
|
||||
methods: [
|
||||
new web3._extend.Method({
|
||||
name: 'accountRange',
|
||||
call: 'debug_accountRange',
|
||||
params: 2
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'printBlock',
|
||||
call: 'debug_printBlock',
|
||||
|
|
|
|||
Loading…
Reference in a new issue