Commit 7a3b7d89 authored by yann300's avatar yann300

fix storageRangeAt param nb

parent 417cdc38
......@@ -19,8 +19,8 @@ module.exports = {
methods.push(new web3._extend.Method({
name: 'storageRangeAt',
call: 'debug_storageRangeAt',
inputFormatter: [null, null, null, null, null, null],
params: 6
inputFormatter: [null, null, null, null, null],
params: 5
}))
}
if (methods.length > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment