Skip to content

Commit

Permalink
add null avro union type for blob sidecar
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Mar 26, 2024
1 parent f38d2ff commit 328697d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion codec/block-ethereum.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,9 @@
},
{
"name":"blobTxSidecar",
"type":{
"type":[
"null",
{
"name":"blobTxSidecar",
"type":"record",
"fields":[
Expand Down Expand Up @@ -366,6 +368,8 @@
}
]
}
],
"default":"null"
}
]
}
Expand Down

0 comments on commit 328697d

Please sign in to comment.