Skip to content

Commit

Permalink
remove sidecar null components
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 27, 2024
1 parent c715768 commit 8e77ac4
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions codec/block-ethereum.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -346,27 +346,15 @@
"fields":[
{
"name":"Blobs",
"type":[
"null",
"string"
],
"default":"null"
"type":"string"
},
{
"name":"Commitments",
"type":[
"null",
"string"
],
"default":"null"
"type":"string"
},
{
"name":"Proofs",
"type":[
"null",
"string"
],
"default":"null"
"type":"string"
}
]
}
Expand Down

0 comments on commit 8e77ac4

Please sign in to comment.