Unverified Commit 0e067352 authored by Sina Mahmoodi's avatar Sina Mahmoodi Committed by GitHub

internal/web3ext: fix eth_call in console, part III (#26268)

Fixes regression in #26266.
parent 63ffda32
...@@ -604,7 +604,7 @@ web3._extend({ ...@@ -604,7 +604,7 @@ web3._extend({
name: 'call', name: 'call',
call: 'eth_call', call: 'eth_call',
params: 3, params: 3,
inputFormatter: [formatters.inputCallFormatter, formatters.inputDefaultBlockNumberFormatter, null], inputFormatter: [web3._extend.formatters.inputCallFormatter, web3._extend.formatters.inputDefaultBlockNumberFormatter, null],
}), }),
], ],
properties: [ 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