internal/web3ext: fix eth_call in console, part III (#26268)
Fixes regression in #26266.
This commit is contained in:
parent
63ffda3251
commit
0e06735201
@ -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: [
|
||||||
|
Loading…
Reference in New Issue
Block a user