Skip to content

Commit

Permalink
chore: add tracing to aux trace building
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Oct 30, 2024
1 parent 942c752 commit 567e722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ pub trait Prover {
/// Builds and returns the auxiliary trace.
#[allow(unused_variables)]
#[maybe_async]
#[instrument(skip_all)]
fn build_aux_trace<E>(
&self,
main_trace: &Self::Trace,
Expand Down

0 comments on commit 567e722

Please sign in to comment.