Commit eaaf380e authored by 董子豪's avatar 董子豪

agg window post:

parent 710d525a
...@@ -270,7 +270,7 @@ pub fn aggregate_window_post_proofs<Tree: 'static + MerkleTreeTrait>( ...@@ -270,7 +270,7 @@ pub fn aggregate_window_post_proofs<Tree: 'static + MerkleTreeTrait>(
.try_fold(Vec::new(), |mut acc, commit_output| -> Result<_> { .try_fold(Vec::new(), |mut acc, commit_output| -> Result<_> {
acc.extend( acc.extend(
MultiProof::new_from_reader( MultiProof::new_from_reader(
Some(partitions), partitions,
&commit_output[..], &commit_output[..],
&verifying_key, &verifying_key,
)? )?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment