internal/web3ext: add debug_accountRange (#20410)
This commit is contained in:
		@@ -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',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user