Resolve merge conflicts

This commit is contained in:
Eitan Seri-Levi
2026-06-25 14:59:08 +03:00
54 changed files with 1351 additions and 1207 deletions

View File

@@ -37,6 +37,10 @@ impl<E: EthSpec> SignedExecutionPayloadBid<E> {
signature: Signature::empty(),
}
}
pub fn num_blobs_expected(&self) -> usize {
self.message.blob_kzg_commitments.len()
}
}
#[cfg(test)]