Skip to content

Commit

Permalink
internal/web3ext: format input blockNrOrHash
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa committed Aug 7, 2023
1 parent 2bb8cfd commit f9b59dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/web3ext/web3ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ web3._extend({
name: 'getBlockReceipts',
call: 'eth_getBlockReceipts',
params: 1,
inputFormatter: [web3._extend.formatters.inputBlockNumberOrHashFormatter],
}),
],
properties: [
Expand Down

0 comments on commit f9b59dd

Please sign in to comment.