From 0e067352012f2d4b4e937aef26151f5d371dd70f Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi <1591639+s1na@users.noreply.github.com> Date: Mon, 28 Nov 2022 11:30:05 +0100 Subject: [PATCH] internal/web3ext: fix eth_call in console, part III (#26268) Fixes regression in #26266. --- internal/web3ext/web3ext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/web3ext/web3ext.go b/internal/web3ext/web3ext.go index 7db1ebf392..801afedaa0 100644 --- a/internal/web3ext/web3ext.go +++ b/internal/web3ext/web3ext.go @@ -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: [