Unverified Commit 63ffda32 authored by Sina Mahmoodi's avatar Sina Mahmoodi Committed by GitHub

internal/web3ext: fix eth.call regression in console (#26266)

Fixes a regression from #26265, which made it so that the call only worked if all three parameters were provided.
parent eb01927e
......@@ -604,6 +604,7 @@ web3._extend({
name: 'call',
call: 'eth_call',
params: 3,
inputFormatter: [formatters.inputCallFormatter, formatters.inputDefaultBlockNumberFormatter, null],
}),
],
properties: [
......
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