Skip to content

Commit c342e06

Browse files
kamilsaCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8b8ce18 commit c342e06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/engine/amsterdam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Consensus layer clients **MAY** use this method to fetch blob cells from the exe
255255

256256
#### Response
257257

258-
* result: `Array of BlobCellsAndProofsV1` - Array of [`BlobCellsAndProofsV1`](#BlobCellsAndProofsV1), inserting `null` only at the positions of the missing blobs, or a `null` literal in the designated cases specified below.
258+
* result: `Array of BlobCellsAndProofsV1` - Array of [`BlobCellsAndProofsV1`](#blobcellsandproofsv1), inserting `null` only at the positions of the missing blobs, or a `null` literal in the designated cases specified below.
259259
* error: code and message set in case an error occurs during processing of the request.
260260

261261
#### Specification

src/engine/openrpc/methods/blob.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,9 @@
389389
- type: 'null'
390390
- type: 'null'
391391
description: |
392-
errors: []
392+
errors:
393+
- code: -38004
394+
message: Too large request
393395
examples:
394396
- name: engine_getBlobsV4 example
395397
params:

0 commit comments

Comments
 (0)