Skip to content

Commit

Permalink
getBlockReceipts maybe null
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <delweng@gmail.com>
  • Loading branch information
jsvisa committed Jul 21, 2023
1 parent 1c29e6c commit af30c0d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/eth/block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
$ref: '#/components/schemas/BlockNumberOrTagOrHash'
result:
name: Receipts information
type: array
items:
$ref: '#/components/schemas/ReceiptInfo'
schema:
oneOf:
- $ref: '#/components/schemas/notFound'
- title: Receipts information
type: array
items:
$ref: '#/components/schemas/ReceiptInfo'

0 comments on commit af30c0d

Please sign in to comment.