Skip to content

Commit

Permalink
update blob verify
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 committed Dec 19, 2024
1 parent 8d28cdf commit ce7e4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/core/EigenDABlobVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ contract EigenDABlobVerifier is IEigenDABlobVerifier {
blobVerificationProof,
nonSignerStakesAndSignature,
getDefaultSecurityThresholdsV2(),
quorumNumbersRequired()
blobVerificationProof.blobCertificate.blobHeader.quorumNumbers
);
}

Expand All @@ -118,7 +118,7 @@ contract EigenDABlobVerifier is IEigenDABlobVerifier {
signedBatch,
blobVerificationProof,
getDefaultSecurityThresholdsV2(),
quorumNumbersRequired()
blobVerificationProof.blobCertificate.blobHeader.quorumNumbers
);
}

Expand Down

0 comments on commit ce7e4a4

Please sign in to comment.