Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

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 elizabethengelman committed Dec 20, 2019
1 parent 6f764e5 commit ac68fd2
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 ac68fd2

Please sign in to comment.