Skip to content

Commit

Permalink
fix shutdown bug
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilLuta committed Nov 15, 2024
1 parent 6dd68f8 commit c7bad4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/crates/bin/circuit_prover/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async fn main() -> anyhow::Result<()> {
object_store.clone(),
PROVER_PROTOCOL_SEMANTIC_VERSION,
hints.clone(),
witness_vector_sender.clone(),
witness_vector_sender,
cancellation_token.clone(),
);

Expand Down

0 comments on commit c7bad4a

Please sign in to comment.