Skip to content

Commit 64368f9

Browse files
committed
dbg: proof types from req
1 parent f288179 commit 64368f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zkvm-prover/src/prover.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ impl ProvingService for LocalProver {
6666
for hard_fork_name in self.config.circuits.keys() {
6767
println!("\n\n\nhard fork = {:?}", hard_fork_name);
6868
let handler = self.new_handler(hard_fork_name);
69+
println!("request proof-types = {:?}", req.proof_types);
6970
for proof_type in &req.proof_types {
7071
let vk = handler.get_vk(*proof_type).await;
7172
println!("proof type = {:?}, vk = {:?}", proof_type, vk);

0 commit comments

Comments
 (0)