mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
internal/web3ext: fix eth_call in console, part III (#26268)
Fixes regression in #26266.
This commit is contained in:
parent
63ffda3251
commit
0e06735201
1 changed files with 1 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ web3._extend({
|
|||
name: 'call',
|
||||
call: 'eth_call',
|
||||
params: 3,
|
||||
inputFormatter: [formatters.inputCallFormatter, formatters.inputDefaultBlockNumberFormatter, null],
|
||||
inputFormatter: [web3._extend.formatters.inputCallFormatter, web3._extend.formatters.inputDefaultBlockNumberFormatter, null],
|
||||
}),
|
||||
],
|
||||
properties: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue