Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jul 5, 2024
1 parent b6f092d commit b125fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proof_gen/src/proof_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ pub fn generate_block_proof(
})
}

/// Generates an aggregation proof from two child proofs.
/// Generates an aggregation block proof from two child proofs.
///
/// Note that the child proofs may be either transaction or aggregation proofs.
/// Note that the child proofs may be either block or aggregation proofs.
pub fn generate_agg_block_proof(
p_state: &ProverState,
lhs_child: &AggregatableBlockProof,
Expand Down

0 comments on commit b125fd7

Please sign in to comment.