Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop committed Nov 14, 2023
1 parent 12698d4 commit 083a74c
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 @@ -869,7 +869,7 @@ web3._extend({
name: 'getBlockTraceForCallAt',
call: 'scroll_getBlockTraceForCallAt',
params: 3,
inputFormatter: [formatters.inputTransactionFormatter, null, null]
inputFormatter: [web3._extend.formatters.inputTransactionFormatter, null, null]
}),
new web3._extend.Method({
name: 'getL1MessageByIndex',
Expand Down

0 comments on commit 083a74c

Please sign in to comment.