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

Fixes regression in #26266.
This commit is contained in:
Sina Mahmoodi 2022-11-28 11:30:05 +01:00 committed by GitHub
parent 63ffda3251
commit 0e06735201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: [