Add max input POD check to MainPodBuilder (#440)
This commit is contained in:
parent
42f979c408
commit
32dc85471d
4 changed files with 16 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue