Skip to content

Commit 3fa2cdd

Browse files
committed
fix(bench): allow dex setup trivial encrypt handles
1 parent 1e8dd4d commit 3fa2cdd

File tree

1 file changed

+1
-1
lines changed
  • coprocessor/fhevm-engine/tfhe-worker/benches

1 file changed

+1
-1
lines changed

coprocessor/fhevm-engine/tfhe-worker/benches/dex.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ async fn insert_trivial_encrypt(
255255
toType: to_ty(to_type),
256256
result,
257257
}),
258-
false,
258+
true,
259259
)
260260
.await
261261
}

0 commit comments

Comments
 (0)