Add max input POD check to MainPodBuilder (#440)

This commit is contained in:
Ahmad Afuni 2025-12-08 23:23:51 +10:00 committed by GitHub
parent 42f979c408
commit 32dc85471d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 4 deletions

View file

@ -166,7 +166,7 @@ impl EthDosHelper {
int_attestation: &SignedDict, // int signs dst
) -> Result<MainPodBuilder> {
let mut pod = MainPodBuilder::new(&self.params, &self.vd_set);
pod.add_pod(eth_dos_src_to_int_pod.clone());
pod.add_pod(eth_dos_src_to_int_pod.clone())?;
let eth_dos_int_to_dst = eth_dos_src_to_int_pod
.pod