Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaeff committed Sep 16, 2024
1 parent 14b84d0 commit cc1bc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni-stark/tests/mul_air.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ where
let trace = air.random_valid_trace(log_height, true);

let mut p_challenger = challenger.clone();
let proof = prove(&config, &air, &mut p_challenger, trace, &[]);
let proof = prove(&config, &air, &mut p_challenger, trace, &vec![]);

let serialized_proof = postcard::to_allocvec(&proof).expect("unable to serialize proof");
tracing::debug!("serialized_proof len: {} bytes", serialized_proof.len());
Expand Down

0 comments on commit cc1bc7d

Please sign in to comment.