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
+1 -1
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: [