Skip to content

Commit 824e215

Browse files
xeno097fjl
andauthored
define tx hash paramter as required for eth_getTransactionReceipt (#403)
Co-authored-by: Felix Lange <fjl@twurst.com>
1 parent 0c9f8ec commit 824e215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/eth/transaction.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
summary: Returns the receipt of a transaction by transaction hash.
4444
params:
4545
- name: Transaction hash
46+
required: true
4647
schema:
4748
$ref: '#/components/schemas/hash32'
4849
result:

0 commit comments

Comments
 (0)