Skip to content

Commit

Permalink
Merge branch 'feat/upgrade4' into feat/upgrade_codec_version
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo authored Jul 18, 2024
2 parents 6909c79 + c34883e commit d5bf005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions prover/src/zk_circuits_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ impl<'a> CircuitsHandlerProvider<'a> {
);
vk
})
.filter(|vk| !vk.is_empty())
.collect::<Vec<String>>()
})
.collect::<Vec<String>>()
Expand Down
1 change: 1 addition & 0 deletions prover/src/zk_circuits_handler/curie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ impl CircuitsHandler for CurieHandler {
.batch_prover
.as_ref()
.and_then(|prover| prover.borrow().get_vk()),
TaskType::Bundle => None,
_ => unreachable!(),
}
}
Expand Down

0 comments on commit d5bf005

Please sign in to comment.