Skip to content

Commit

Permalink
Update crates/proof-of-sql/src/proof_primitive/dory/setup.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jay White <[email protected]>
  • Loading branch information
Dustin-Ray and JayWhite2357 authored Oct 22, 2024
1 parent 62d0276 commit 7db05e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/src/proof_primitive/dory/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl<'a> ProverSetup<'a> {
/// Gets the `MSMHandle` for this setup
#[must_use]
#[cfg(feature = "blitzar")]
pub fn get_handle(
pub fn blitzar_handle(
self,
) -> blitzar::compute::MsmHandle<blitzar::compute::ElementP2<ark_bls12_381::g1::Config>> {
self.blitzar_handle
Expand Down

0 comments on commit 7db05e9

Please sign in to comment.