Skip to content

Commit af292ed

Browse files
authored
BM-1618: backport remove keccak receipt sanity check (#1151)
1 parent 76efd26 commit af292ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bento/crates/workflow/src/tasks/keccak.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ pub async fn keccak(
5858
.prove_keccak(&keccak_req)
5959
.context("Failed to prove_keccak")?;
6060

61-
keccak_receipt
62-
.verify_integrity_with_context(&agent.verifier_ctx)
63-
.context("Failed to verify keccak receipt integrity")?;
64-
6561
let job_prefix = format!("job:{job_id}");
6662
let receipts_key = format!("{job_prefix}:{KECCAK_RECEIPT_PATH}:{task_id}");
6763
let keccak_receipt_bytes =

0 commit comments

Comments
 (0)