We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76efd26 commit af292edCopy full SHA for af292ed
bento/crates/workflow/src/tasks/keccak.rs
@@ -58,10 +58,6 @@ pub async fn keccak(
58
.prove_keccak(&keccak_req)
59
.context("Failed to prove_keccak")?;
60
61
- keccak_receipt
62
- .verify_integrity_with_context(&agent.verifier_ctx)
63
- .context("Failed to verify keccak receipt integrity")?;
64
-
65
let job_prefix = format!("job:{job_id}");
66
let receipts_key = format!("{job_prefix}:{KECCAK_RECEIPT_PATH}:{task_id}");
67
let keccak_receipt_bytes =
0 commit comments