Add more kzg validations

This commit is contained in:
Pawan Dhananjay
2022-11-29 16:04:16 +05:30
parent 0ed3f7474c
commit 8b56446b64
6 changed files with 67 additions and 16 deletions

View File

@@ -65,7 +65,7 @@ pub enum BlobError {
InvalidKzgProof,
KzgError(String),
KzgError(kzg::Error),
/// A blob sidecar for this proposer and slot has already been observed.
///