Skip to content

Commit

Permalink
internal/web3ext: fix eth_call in console, part III (#26268)
Browse files Browse the repository at this point in the history
Fixes regression in #26266.
  • Loading branch information
s1na authored Nov 28, 2022
1 parent 63ffda3 commit 0e06735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/web3ext/web3ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 0e06735

Please sign in to comment.