TEMP HACK to get it compiling

This commit is contained in:
Diva M
2022-11-28 14:30:40 -05:00
parent 4760dbb078
commit 3c79c33d86
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ use tree_hash_derive::TreeHash;
pub struct BlobsSidecar<T: EthSpec> {
pub beacon_block_root: Hash256,
pub beacon_block_slot: Slot,
#[serde(with = "ssz_types::serde_utils::list_of_hex_fixed_vec")]
// #[serde(with = "ssz_types::serde_utils::list_of_hex_fixed_vec")]
pub blobs: VariableList<Blob<T>, T::MaxBlobsPerBlock>,
pub kzg_aggregated_proof: KzgProof,
}