Skip to content

Commit

Permalink
change blob response type (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
agnxsh authored Feb 10, 2025
1 parent 1a1a93b commit 5443261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/engine_api_types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ type
executionRequests*: seq[seq[byte]]

GetBlobsV1Response* = object
blobAndProof*: BlobAndProofV1
blobsAndProofs*: seq[BlobAndProofV1]

SomeGetPayloadResponse* =
ExecutionPayloadV1 |
Expand Down

0 comments on commit 5443261

Please sign in to comment.