Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Oct 16, 2024
1 parent 41569e2 commit 279f6df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pub(super) async fn generate_witness(
let object_store = object_store.clone();
save_queue_handles.push(tokio::task::spawn(save_recursion_queue(
block_number,
circuit_id.unwrap(),
circuit_id,
queue,
inputs,
object_store,
Expand Down

0 comments on commit 279f6df

Please sign in to comment.