Skip to content

Commit

Permalink
fix type fields for blobTxSidecars bytes
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <pranay.valson@gmail.com>
  • Loading branch information
noslav committed Mar 28, 2024
1 parent 3611892 commit b6f4fde
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions codec/block-ethereum.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -588,27 +588,24 @@
"fields":[
{
"name":"Blobs",
"type":[
"null",
"string"
],
"default":"null"
"type":{
"type":"array",
"items":"bytes"
}
},
{
"name":"Commitments",
"type":[
"null",
"string"
],
"default":"null"
"type":{
"type":"array",
"items":"bytes"
}
},
{
"name":"Proofs",
"type":[
"null",
"string"
],
"default":"null"
"type":{
"type":"array",
"items":"bytes"
}
}
]
}
Expand Down

0 comments on commit b6f4fde

Please sign in to comment.