Skip to content

Commit

Permalink
internal/web3ext: add debug_accountRange (ethereum#20410)
Browse files Browse the repository at this point in the history
  • Loading branch information
xinluyin authored and enriquefynn committed Feb 15, 2021
1 parent 8724795 commit 10326e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/web3ext/web3ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 10326e2

Please sign in to comment.