mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
Merge pull request #14350 from fjl/trie-iterator-skip-2
eth: add debug_storageRangeAt
This commit is contained in:
@@ -345,6 +345,11 @@ web3._extend({
|
||||
call: 'debug_getBadBlocks',
|
||||
params: 0,
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'storageRangeAt',
|
||||
call: 'debug_storageRangeAt',
|
||||
params: 5,
|
||||
}),
|
||||
],
|
||||
properties: []
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user