good morning!!!!

Skip to content
Snippets Groups Projects
Commit d556d39a authored by xinluyin's avatar xinluyin Committed by Felix Lange
Browse files

internal/web3ext: add debug_accountRange (#20410)

parent 54d332e1
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment