solve couple of merge conflicts

This commit is contained in:
Diva M
2023-03-02 15:46:14 -05:00
parent d93753cc88
commit a9be1eae40
2 changed files with 2 additions and 9 deletions

View File

@@ -24,8 +24,9 @@ pub fn validate_blobs_sidecar<T: EthSpec>(
let blobs = blobs_sidecar
.blobs
.clone() // TODO(pawan): avoid this clone
.into_iter()
.map(|blob| ssz_blob_to_crypto_blob::<T>(blob.clone())) // TODO(pawan): avoid this clone
.map(|blob| ssz_blob_to_crypto_blob::<T>(blob))
.collect::<Vec<_>>();
kzg.verify_aggregate_kzg_proof(